From 48bf7f8d15321420b09927f553fb06d0490e6930 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Thu, 15 Sep 2022 00:38:03 +0800 Subject: [PATCH] Update run.sh --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;