diff --git a/install.sh b/install.sh index 9870085..871a57d 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ fi check_os_version -REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "uuid-runtime" "python3" "python3-pip" "python3-venv" "git" "bc" "zip") +REQUIRED_PACKAGES=("jq" "qrencode" "curl" "pwgen" "uuid-runtime" "python3" "python3-pip" "python3-venv" "git" "bc" "zip" "cron") MISSING_PACKAGES=() for package in "${REQUIRED_PACKAGES[@]}"; do