diff --git a/README.md b/README.md index 7224ce7..b948abc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ sudo httpauth -add ``` ### Requirements -* Ubuntu 24.04 or 22.04 +* Ubuntu ~~24.04~~ or 22.04 ### Documentation diff --git a/weby b/weby index 1a2f633..f851467 100644 --- a/weby +++ b/weby @@ -16,7 +16,7 @@ if [[ $2 == "-ver="* ]]; then fi # Supported: 22.04 Jammy and 24.04 Noble -if [[ $distr != "Ubuntu" ]] || ! [[ $osver =~ ^(focal|jammy|noble)$ ]]; then +if [[ $distr != "Ubuntu" ]] || ! [[ $osver =~ ^(focal|jammy)$ ]]; then echo "$(tput setaf 1)" echo "[ERROR] This OS is not supported by Webinoly and could not work properly. $(tput dim)(${distr} '${osver}')" echo "$(tput sgr0)"