mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-23 11:49:16 +01:00
Update run.sh
This commit is contained in:
parent
48bf7f8d15
commit
317fb94198
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user