From 2d07ab7734a41d489d7a16f3609168c8c41323a3 Mon Sep 17 00:00:00 2001 From: 11617 <1161733918@qq.com> Date: Sat, 11 Mar 2023 17:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- os/get-os-init.sh | 4 +++- os/get-py3104.sh | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 <