mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 09:17:40 -06:00
use php8.1-common' (#453)
Note, selecting 'php8.1-common' instead of 'php8.1-pdo' Note, selecting 'php8.1-common' instead of 'php8.1-tokenizer'
This commit is contained in:
parent
4522c6cc04
commit
baf9d19f81
@ -69,7 +69,7 @@ apt update
|
||||
apt-add-repository universe
|
||||
|
||||
# Install Dependencies
|
||||
apt -y install php8.1 php8.1-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} mariadb-server nginx tar unzip git redis-server
|
||||
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
|
||||
```
|
||||
|
||||
### Installing Composer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user