Skip to content

Commit

Permalink
noble delayed
Browse files Browse the repository at this point in the history
Support for Ubuntu 24.04 removed/delayed. Sorry!
  • Loading branch information
QROkes committed Jun 12, 2024
1 parent 21baefe commit 5cd4324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo httpauth -add
```

### Requirements
* Ubuntu 24.04 or 22.04
* Ubuntu ~~24.04~~ or 22.04


### Documentation
Expand Down
2 changes: 1 addition & 1 deletion weby
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5cd4324

Please sign in to comment.