Install lsof

This commit is contained in:
Whispering Wind
2024-09-15 20:58:01 +03:30
committed by GitHub
parent bee0d609e2
commit 3dee69dab1

View File

@ -31,7 +31,7 @@ fi
check_os_version
REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "uuid-runtime" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron")
REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "uuid-runtime" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron" "lsof")
MISSING_PACKAGES=()
for package in "${REQUIRED_PACKAGES[@]}"; do