diff --git a/scripts/run.sh b/scripts/run.sh index 88ae948..8d32ba8 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -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;