mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Add -y to the php repo cmd
changes LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php to LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
This commit is contained in:
parent
adbf434049
commit
f435fb761d
@ -56,7 +56,7 @@ operating system's package manager to determine the correct packages to install.
|
||||
apt -y install software-properties-common
|
||||
|
||||
# Add additional repositories for PHP, Redis, and MariaDB
|
||||
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
|
||||
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
|
||||
add-apt-repository -y ppa:chris-lea/redis-server
|
||||
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user