From 4ccf9f70e3428e8128fd9f2bc9da89c7123cbfd9 Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Sun, 21 Apr 2024 12:53:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=20apt-transport-https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8e63c79..8e9f50e 100644 --- a/install.sh +++ b/install.sh @@ -102,7 +102,7 @@ install_soft() { install_base() { echo -e "${green}开始安装基础组件${plain}" (command -v git >/dev/null 2>&1 && command -v curl >/dev/null 2>&1 && command -v wget >/dev/null 2>&1 && command -v unzip >/dev/null 2>&1 && command -v getenforce >/dev/null 2>&1 && command -v gnupg >/dev/null 2>&1 && command -v lsb_release >/dev/null) || - (install_soft curl wget git unzip gnupg lsb-release ca-certificates) + (install_soft curl wget git unzip gnupg lsb-release apt-transport-https ca-certificates) } install_base