mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-08 04:41:33 -05:00
Update install.sh
This commit is contained in:
parent
7af63e2c48
commit
cbd972b309
@ -777,7 +777,7 @@ ssl_certs(){
|
||||
elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" = "almalinux" ]; then
|
||||
dnf -y install python3-certbot-nginx
|
||||
fi
|
||||
certbot --nginx --redirect --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive
|
||||
certbot --nginx --redirect --no-eff-email --email "$email" --agree-tos -d "$FQDN"
|
||||
fi
|
||||
|
||||
if [ "$installoption" = "2" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user