mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 10:31:34 -05:00
Remove extra nginx install
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
5b1a87dbec
commit
ca282f64c4
@ -159,7 +159,7 @@ install_dependencies(){
|
||||
|
||||
#Adding upstream repo because RHEL's version is extremely oudated.
|
||||
curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash
|
||||
dnf install -y nginx mariadb-server
|
||||
dnf install -y mariadb-server
|
||||
systemctl enable --now mariadb
|
||||
|
||||
cat > /etc/yum.repos.d/nginx.repo <<- 'EOF'
|
||||
|
Loading…
Reference in New Issue
Block a user