Removed uuid-runtime dependency

This commit is contained in:
Whispering Wind
2025-02-12 21:23:23 +03:30
committed by GitHub
parent 321900bc1a
commit aba9d893b9

View File

@ -31,7 +31,7 @@ fi
check_os_version check_os_version
REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "uuid-runtime" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron" "lsof") REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron" "lsof")
MISSING_PACKAGES=() MISSING_PACKAGES=()
heavy_checkmark=$(printf "\xE2\x9C\x85") heavy_checkmark=$(printf "\xE2\x9C\x85")