From 63443ce90cf4beee12882fe11c4a10ecd43f3ac2 Mon Sep 17 00:00:00 2001 From: vitaminx <65588810+vitaminx@users.noreply.github.com> Date: Tue, 30 Jun 2020 19:20:21 +0800 Subject: [PATCH] epel-release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 针对centos 8 加入epel-release --- gdutilsinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdutilsinstall.sh b/gdutilsinstall.sh index b9e2837..52cafc1 100644 --- a/gdutilsinstall.sh +++ b/gdutilsinstall.sh @@ -32,7 +32,7 @@ else fi # insofts为软件数组,里面的元数为你需要安装的软件 -insofts=(update upgrade wget curl git unzip zip sudo python3-distutils python3 python3-pip) +insofts=(epel-release update upgrade wget curl git unzip zip sudo python3-distutils python3 python3-pip) # 具体业务逻辑 os_debian(){