feat: 添加基础组件 apt-transport-https

This commit is contained in:
Akatsukiro 2024-04-21 12:53:23 +08:00
parent 5d4b3cdd6c
commit 4ccf9f70e3
Signed by: Akatsukiro
GPG Key ID: 93F1D32999999999

View File

@ -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