Merge pull request #670 from Red-Banana-Official/20.04-EOL

This commit is contained in:
Rowan 2025-06-11 08:31:16 +01:00 committed by GitHub
commit 2442481f74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 8 deletions

View File

@ -25,8 +25,7 @@ this software on an OpenVZ based system you will — most likely — not
| Operating System | Version | Supported | Notes |
| ---------------------------------- | ------- | :----------------: | ----------------------------------------------------------- |
| **Ubuntu** | 20.04 | :white_check_mark: | Documentation written assuming Ubuntu 20.04 as the base OS. |
| | 22.04 | :white_check_mark: | MariaDB can be installed without the repo setup script. |
| **Ubuntu** | 22.04 | :white_check_mark: | Requires additional repositories for PHP |
| | 24.04 | :white_check_mark: | MariaDB can be installed without the repo setup script. |
| **RHEL / Rocky Linux / AlmaLinux** | 8 | :white_check_mark: | Extra repos are required. |
| | 9 | :white_check_mark: | |
@ -54,16 +53,13 @@ operating system's package manager to determine the correct packages to install.
# Add "add-apt-repository" command
apt -y install software-properties-common curl apt-transport-https ca-certificates gnupg
# Add additional repositories for PHP (Ubuntu 20.04 and Ubuntu 22.04)
# Add additional repositories for PHP (Ubuntu 22.04)
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
# Add Redis official APT repository
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
# MariaDB repo setup script (Ubuntu 20.04)
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
# Update repositories list
apt update

View File

@ -127,8 +127,6 @@ You can view what DNS Servers your host uses through a number of ways depending
```bash
# Network Manager (This will show both your IPV4 DNS and IPV6 DNS Servers in case you want to add the IPV6 DNS Server(s) from your host to your Wings Config as well.
nmcli -g ip4.dns,ip6.dns dev show
# Systemd-Resolve (Ubuntu 18.04 and 20.04)
systemd-resolve --status
# Resolve-CTL (Newer Versions of Ubuntu)
resolvectl status
# Raw file locations that may have your host system's DNS Servers for various distributions