diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 94c5ea93f..7561ac8c5 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -115,8 +115,8 @@ fi # Only --help works with mismatched ubuntu ubuntu_version=$(lsb_release -rs) -if [[ "${ubuntu_version}" != "16.04" && "${ubuntu_version}" != "18.04" && "${ubuntu_version}" != "20.04" && "${ubuntu_version}" != "22.04" && "${ubuntu_version}" != "24.04" ]]; then - echo "Cloudron requires Ubuntu 18.04, 20.04, 22.04, 24.04" > /dev/stderr +if [[ "${ubuntu_version}" != "20.04" && "${ubuntu_version}" != "22.04" && "${ubuntu_version}" != "24.04" ]]; then + echo "Cloudron requires Ubuntu 20.04, 22.04, 24.04" > /dev/stderr exit 1 fi