mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Merge pull request #660 from danners430/patch-1
Correct php8.3-pdo to php8.3-common
This commit is contained in:
commit
5316545f34
@ -21,7 +21,7 @@ may have slightly different requirements for how this command is formatted.
|
||||
# Add additional repository for PHP
|
||||
add-apt-repository -y ppa:ondrej/php
|
||||
apt -y update
|
||||
apt -y install php8.3 php8.3-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
|
||||
apt -y install php8.3 php8.3-{cli,gd,mysql,common,mbstring,tokenizer,bcmath,xml,fpm,curl,zip}
|
||||
```
|
||||
|
||||
## Update Composer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user