Add Ubuntu 24.04 LTS support
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
|
|
||||||
#### Recommended
|
#### Recommended
|
||||||
|
|
||||||
|
- Ubuntu 24.04 LTS (Noble)
|
||||||
- Ubuntu 22.04 LTS (Jammy)
|
- Ubuntu 22.04 LTS (Jammy)
|
||||||
- Ubuntu 20.04 LTS (Focal)
|
- Ubuntu 20.04 LTS (Focal)
|
||||||
|
|
||||||
@@ -71,10 +72,6 @@
|
|||||||
- Raspbian 10 (Buster)
|
- Raspbian 10 (Buster)
|
||||||
- Raspbian 11 (Bullseye)
|
- Raspbian 11 (Bullseye)
|
||||||
|
|
||||||
#### Not fully compatible yet
|
|
||||||
|
|
||||||
- Ubuntu 24.04 LTS (Noble)
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
2
install
2
install
@@ -9,7 +9,7 @@
|
|||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# wget -qO wo wops.cc && sudo -E bash wo
|
# wget -qO wo wops.cc && sudo -E bash wo
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
# Version 3.21.2 - 2024-06-11
|
# Version 3.21.3 - 2024-06-14
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
|
|
||||||
# CONTENTS
|
# CONTENTS
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ if os.geteuid() == 0:
|
|||||||
os.makedirs('/var/lib/wo/tmp/')
|
os.makedirs('/var/lib/wo/tmp/')
|
||||||
|
|
||||||
setup(name='wordops',
|
setup(name='wordops',
|
||||||
version='3.21.2',
|
version='3.21.3',
|
||||||
description='An essential toolset that eases server administration',
|
description='An essential toolset that eases server administration',
|
||||||
long_description=LONG,
|
long_description=LONG,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ class WOVar():
|
|||||||
"""Intialization of core variables"""
|
"""Intialization of core variables"""
|
||||||
|
|
||||||
# WordOps version
|
# WordOps version
|
||||||
wo_version = "3.21.2"
|
wo_version = "3.21.3"
|
||||||
# WordOps packages versions
|
# WordOps packages versions
|
||||||
wo_adminer = "4.8.1"
|
wo_adminer = "4.8.1"
|
||||||
wo_phpmyadmin = "5.2.0"
|
wo_phpmyadmin = "5.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user