From 5cd4324357bbe3f0008ffe4bee38aef3a71d4dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Mart=C3=ADnez=20Ochoa?= Date: Wed, 12 Jun 2024 15:55:01 -0700 Subject: [PATCH] noble delayed Support for Ubuntu 24.04 removed/delayed. Sorry! --- README.md | 2 +- weby | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"