From 21a9a8051127edd986a669b54c958ae2e953ffa3 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 1 Jul 2020 17:09:30 -0700 Subject: [PATCH] Update Install_Script.sh --- files/Install_Script.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 30f67c5..b1794f4 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -7,7 +7,9 @@ echo " " echo "Checking for latest Minecraft server version." MC_VERSION=1.16.1 CHANGELOG=/MCserver/minecraft_server_${MC_VERSION}.jar -echo "Installed server version is:$MC_VERSION" + +apt-get install -y openjdk-8-jdk ca-certificates-java +update-ca-certificates -f; # Main install (debian). # Check for files in /ts3server and download/create if needed.