Merge branch 'master' into master

This commit is contained in:
naiba
2022-04-29 09:12:25 +08:00
committed by GitHub
5 changed files with 59 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ before_show_menu() {
install_base() {
(command -v git >/dev/null 2>&1 && command -v curl >/dev/null 2>&1 && command -v wget >/dev/null 2>&1 && command -v tar >/dev/null 2>&1) ||
(install_soft curl wget git tar)
(install_soft curl wget git unzip)
}
install_soft() {