From 67fe33346c99a9c55c1dafed8ff52dc8e1dd505f Mon Sep 17 00:00:00 2001 From: ZhuoQinghui <1302344380@qq.com> Date: Thu, 3 Mar 2022 14:40:15 +0800 Subject: [PATCH] centos-7-init-1.2.sh --- CentOS/7/all/centos-7-init-1.2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CentOS/7/all/centos-7-init-1.2.sh b/CentOS/7/all/centos-7-init-1.2.sh index e619eb5..3986bb0 100644 --- a/CentOS/7/all/centos-7-init-1.2.sh +++ b/CentOS/7/all/centos-7-init-1.2.sh @@ -2,9 +2,9 @@ # curl -o init.sh https://git.zykeji.club/open/server-init/raw/master/CentOS/7/all/centos-7-init-1.2.sh && sh init.sh -read -p "是否安装宝塔?(y/n)" isBaota -read -p "是否安装Docker?(y/n)" isDocker -read -p "是否安装JDK8?(y/n)" isJDK8 +read -r -p "是否安装宝塔?(y/n)" isBaota +read -r -p "是否安装Docker?(y/n)" isDocker +read -r -p "是否安装JDK8?(y/n)" isJDK8 echo "更改YUM为阿里源"