From d66c9aad4a3aa35bbc64747eb3735ba5508620d2 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 14 Jun 2022 17:28:08 -0700 Subject: [PATCH] update --- files/Install_Script.sh | 3 +-- files/run.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 4e27da7..d56cd99 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2020 fithwum +# Copyright (c) 2022 fithwum # All rights reserved # Variables. @@ -9,7 +9,6 @@ MC_VERSION_OLD=1.18.1 MC_VERSION=1.18.2 # Main install (Debian). - # Check for files in /MCserver and download if needed. if [ -e /MCserver/MCserver_${MC_VERSION}.jar ] then diff --git a/files/run.sh b/files/run.sh index b83818d..a6d53bd 100644 --- a/files/run.sh +++ b/files/run.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2020 fithwum +# Copyright (c) 2022 fithwum # All rights reserved MC_VERSION=1.18.2