diff --git a/deploy.sh b/deploy.sh index 443525e..c81999b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -17,11 +17,13 @@ # along with this program. If not, see . ### Deploy script for a game server running multiple open-source game servers -### This script is intended for Debian 11, but may work on other apt-based +### This script is intended for Debian 11 or 12, but may work on other apt-based ### systems too ### ### Specify domain name: ### DOMAINNAME=example.com HOSTEDBYNAME=DeathByDenim ./deploy.sh +### +### You can also specify NOSSL=1 to disable SSL set -e