Update run.sh

This commit is contained in:
Howard Wu 2022-09-15 00:38:43 +08:00
parent 48bf7f8d15
commit 317fb94198

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 7z > /dev/null 2>&1 || NEED_INSTALL+=("p7zip")
command -v 7z > /dev/null 2>&1 || NEED_INSTALL+=("p7zip-full")
}
check_dependencies
declare -A os_pm_install;