mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
Remote Ubuntu 18.04 from supported OS list (#532)
This commit is contained in:
parent
a86527b650
commit
489852aa8e
@ -25,10 +25,8 @@ this software on an OpenVZ based system you will — most likely — not
|
||||
|
||||
| Operating System | Version | Supported | Notes |
|
||||
|------------------|---------|:------------------:|-------------------------------------------------------------|
|
||||
| **Ubuntu** | 18.04 | :white_check_mark: | Documentation written assuming Ubuntu 18.04 as the base OS. |
|
||||
| | 20.04 | :white_check_mark: | |
|
||||
| | 22.04 | :white_check_mark: | |
|
||||
| | 22.04 | :white_check_mark: | MariaDB can be installed without the repo setup script. |
|
||||
| **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. |
|
||||
| **CentOS** | 7 | :white_check_mark: | Extra repos are required. |
|
||||
| | 8 | :white_check_mark: | Note that CentOS 8 is EOL. Use Rocky or Alma Linux. |
|
||||
| **Debian** | 10 | :white_check_mark: | |
|
||||
@ -68,9 +66,6 @@ curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
|
||||
# Update repositories list
|
||||
apt update
|
||||
|
||||
# Add universe repository if you are on Ubuntu 18.04
|
||||
apt-add-repository universe
|
||||
|
||||
# Install Dependencies
|
||||
apt -y install php8.1 php8.1-{common,cli,gd,mysql,mbstring,bcmath,xml,fpm,curl,zip} mariadb-server nginx tar unzip git redis-server
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user