diff --git a/os/get-os-init.sh b/os/get-os-init.sh index 956ec03..a42e0aa 100644 --- a/os/get-os-init.sh +++ b/os/get-os-init.sh @@ -2,7 +2,8 @@ #set -e -yum_host=192.168.96.197 +yum_host=10.36.176.43 +yum_host2=10.36.174.100 color(){ unset c declare -A c=([Error]=31 [Success]=32 [Warning]=33 [Info]=34) @@ -48,6 +49,7 @@ local_yum_make(){ if [ $? -ne 0 ];then cat >> /etc/hosts <