Update run.sh

This commit is contained in:
Howard Wu 2022-09-15 00:38:03 +08:00
parent adac723617
commit 48bf7f8d15

View File

@ -43,7 +43,7 @@ check_dependencies() {
command -v resize2fs >/dev/null 2>&1 || NEED_INSTALL+=("e2fsprogs")
command -v pip >/dev/null 2>&1 || NEED_INSTALL+=("python3-pip")
command -v aria2c >/dev/null 2>&1 || NEED_INSTALL+=("aria2")
command -v 7zip > /dev/null 2>&1 || NEED_INSTALL+=("7zip")
command -v 7z > /dev/null 2>&1 || NEED_INSTALL+=("p7zip")
}
check_dependencies
declare -A os_pm_install;