From 5f74aaea195f8a03048112bc91e137d747463189 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:06:33 -0600 Subject: [PATCH] Update mineos-install.sh --- mineos/mineos-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mineos/mineos-install.sh b/mineos/mineos-install.sh index d9b3b1a..c736f70 100644 --- a/mineos/mineos-install.sh +++ b/mineos/mineos-install.sh @@ -25,7 +25,8 @@ chmod +x /usr/local/games/minecraft/*.js /usr/local/games/minecraft/generate-sslcert.sh cp /usr/local/games/minecraft/mineos.conf /etc/mineos.conf cd /usr/local/games/minecraft && yarn add jsegaert/node-userid && npm install -sed -i '' "s/^use_https.*/use_https = false/" /etc/mineos.conf +# Uncomment next line to only use http +#sed -i '' "s/^use_https.*/use_https = false/" /etc/mineos.conf pw useradd -n mineos -u 8443 -G games -d /nonexistent -s /usr/local/bin/bash -h 0 <