Add Ubuntu 24.04 LTS support

This commit is contained in:
VirtuBox
2024-06-14 16:44:45 +02:00
parent 6b3a2b10d1
commit 138dbf7bd5
4 changed files with 4 additions and 7 deletions

View File

@@ -57,6 +57,7 @@
#### Recommended
- Ubuntu 24.04 LTS (Noble)
- Ubuntu 22.04 LTS (Jammy)
- Ubuntu 20.04 LTS (Focal)
@@ -71,10 +72,6 @@
- Raspbian 10 (Buster)
- Raspbian 11 (Bullseye)
#### Not fully compatible yet
- Ubuntu 24.04 LTS (Noble)
## Getting Started
```bash

View File

@@ -9,7 +9,7 @@
# -------------------------------------------------------------------------
# wget -qO wo wops.cc && sudo -E bash wo
# -------------------------------------------------------------------------
# Version 3.21.2 - 2024-06-11
# Version 3.21.3 - 2024-06-14
# -------------------------------------------------------------------------
# CONTENTS

View File

@@ -27,7 +27,7 @@ if os.geteuid() == 0:
os.makedirs('/var/lib/wo/tmp/')
setup(name='wordops',
version='3.21.2',
version='3.21.3',
description='An essential toolset that eases server administration',
long_description=LONG,
long_description_content_type='text/markdown',

View File

@@ -15,7 +15,7 @@ class WOVar():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.21.2"
wo_version = "3.21.3"
# WordOps packages versions
wo_adminer = "4.8.1"
wo_phpmyadmin = "5.2.0"