mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Update install.sh
This commit is contained in:
parent
ce3e18cb5e
commit
4d3e3f2bae
@ -242,7 +242,7 @@ repositories_setup(){
|
||||
dpkg --remove-architecture i386
|
||||
echo 'Acquire::ForceIPv4 "true";' | sudo tee /etc/apt/apt.conf.d/99force-ipv4
|
||||
apt-get -y update
|
||||
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
|
||||
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash
|
||||
if [ "$lsb_dist" = "ubuntu" ]; then
|
||||
LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
|
||||
apt -y install tuned dnsutils
|
||||
|
Loading…
Reference in New Issue
Block a user