diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index 41e92069e..e1fa9992b 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -80,8 +80,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" ]]; then - echo "Cloudron requires Ubuntu 16.04, 18.04 or 20.04" > /dev/stderr +if [[ "${ubuntu_version}" != "16.04" && "${ubuntu_version}" != "18.04" ]]; then + echo "Cloudron requires Ubuntu 16.04 or 18.04" > /dev/stderr exit 1 fi