mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-23 19:59:17 +01:00
add 7zip to check_dependencies() in run.sh (#111)
This commit is contained in:
parent
32c19f2f03
commit
adac723617
@ -43,6 +43,7 @@ check_dependencies() {
|
|||||||
command -v resize2fs >/dev/null 2>&1 || NEED_INSTALL+=("e2fsprogs")
|
command -v resize2fs >/dev/null 2>&1 || NEED_INSTALL+=("e2fsprogs")
|
||||||
command -v pip >/dev/null 2>&1 || NEED_INSTALL+=("python3-pip")
|
command -v pip >/dev/null 2>&1 || NEED_INSTALL+=("python3-pip")
|
||||||
command -v aria2c >/dev/null 2>&1 || NEED_INSTALL+=("aria2")
|
command -v aria2c >/dev/null 2>&1 || NEED_INSTALL+=("aria2")
|
||||||
|
command -v 7zip > /dev/null 2>&1 || NEED_INSTALL+=("7zip")
|
||||||
}
|
}
|
||||||
check_dependencies
|
check_dependencies
|
||||||
declare -A os_pm_install;
|
declare -A os_pm_install;
|
||||||
|
Loading…
Reference in New Issue
Block a user