mirror of
https://github.com/akatsukiro/lsky-pro-install-script.git
synced 2025-06-07 20:53:04 +08:00
feat: 添加基础组件 apt-transport-https
This commit is contained in:
parent
5d4b3cdd6c
commit
4ccf9f70e3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user