mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05:00
Make sure NGINX comes from mainline repo
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ca282f64c4
commit
c574c31662
@ -179,6 +179,7 @@ enabled=0
|
|||||||
gpgkey=https://nginx.org/keys/nginx_signing.key
|
gpgkey=https://nginx.org/keys/nginx_signing.key
|
||||||
module_hotfixes=true
|
module_hotfixes=true
|
||||||
EOF
|
EOF
|
||||||
|
dnf config-manager --disable nginx-stable
|
||||||
dnf config-manager --enable nginx-mainline
|
dnf config-manager --enable nginx-mainline
|
||||||
dnf install -y nginx
|
dnf install -y nginx
|
||||||
systemctl enable --now nginx
|
systemctl enable --now nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user