mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Update install.sh
This commit is contained in:
parent
b4ac1bad97
commit
d99b241b70
11
install.sh
11
install.sh
@ -290,8 +290,6 @@ EOF
|
|||||||
dnf config-manager --enable nginx-mainline
|
dnf config-manager --enable nginx-mainline
|
||||||
fi
|
fi
|
||||||
dnf config-manager --set-enabled remi
|
dnf config-manager --set-enabled remi
|
||||||
dnf -y module enable php:remi-8.0
|
|
||||||
dnf -y module enable mariadb:10.5/server
|
|
||||||
dnf -y install tuned
|
dnf -y install tuned
|
||||||
tuned-adm profile latency-performance
|
tuned-adm profile latency-performance
|
||||||
dnf -y upgrade
|
dnf -y upgrade
|
||||||
@ -307,13 +305,10 @@ install_dependencies(){
|
|||||||
apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} nginx tar unzip git redis-server nginx git wget expect
|
apt -y install php8.0 php8.0-{cli,gd,mysql,pdo,mbstring,tokenizer,bcmath,xml,fpm,curl,zip} nginx tar unzip git redis-server nginx git wget expect
|
||||||
sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated mariadb-server"
|
sh -c "DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated mariadb-server"
|
||||||
else
|
else
|
||||||
if [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ]; then
|
dnf -y module install mariadb:10.5/server
|
||||||
dnf -y install MariaDB-server MariaDB-client --disablerepo=AppStream
|
|
||||||
else
|
|
||||||
dnf -y install MariaDB-server
|
|
||||||
fi
|
|
||||||
dnf -y module install php:remi-8.0
|
dnf -y module install php:remi-8.0
|
||||||
dnf -y install redis nginx git policycoreutils-python-utils unzip wget expect jq php-mysql php-zip php-bcmath tar
|
dnf -y module install nginx
|
||||||
|
dnf -y install redis git policycoreutils-python-utils unzip wget expect jq php-mysql php-zip php-bcmath tar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
output "Enabling Services..."
|
output "Enabling Services..."
|
||||||
|
Loading…
Reference in New Issue
Block a user