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