[PATCH v2 lkp-tests] installer/oracle: add shebang

3 Feb
2021
3 Feb
'21
4:54 p.m.
Signed-off-by: Wang Yong <wangyong0117@qq.com> --- distro/installer/oracle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro/installer/oracle b/distro/installer/oracle index b09abc945..11df716d6 100755 --- a/distro/installer/oracle +++ b/distro/installer/oracle @@ -1,3 +1,5 @@ +#!/bin/sh + if ! rpm -q epel-release >/dev/null; then yum install -y epel-release yum makecache fast -- 2.23.0
1536
Age (days ago)
1536
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wang Yong