mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Install curl before installing mysql via curl
This commit is contained in:
parent
f26e57a40f
commit
f568069c43
@ -45,7 +45,7 @@ operating system's package manager to determine the correct packages to install.
|
|||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# Add "add-apt-repository" command
|
# Add "add-apt-repository" command
|
||||||
apt -y install software-properties-common
|
apt -y install software-properties-common curl
|
||||||
|
|
||||||
# Add additional repositories for PHP, Redis, and MariaDB
|
# Add additional repositories for PHP, Redis, and MariaDB
|
||||||
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
|
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
|
||||||
@ -59,7 +59,7 @@ apt update
|
|||||||
apt-add-repository universe
|
apt-add-repository universe
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
apt -y install php7.2 php7.2-cli php7.2-gd php7.2-mysql php7.2-pdo php7.2-mbstring php7.2-tokenizer php7.2-bcmath php7.2-xml php7.2-fpm php7.2-curl php7.2-zip mariadb-server nginx curl tar unzip git redis-server
|
apt -y install php7.2 php7.2-cli php7.2-gd php7.2-mysql php7.2-pdo php7.2-mbstring php7.2-tokenizer php7.2-bcmath php7.2-xml php7.2-fpm php7.2-curl php7.2-zip mariadb-server nginx tar unzip git redis-server
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing Composer
|
### Installing Composer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user