update
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (c) 2020 fithwum
|
# Copyright (c) 2022 fithwum
|
||||||
# All rights reserved
|
# All rights reserved
|
||||||
|
|
||||||
# Variables.
|
# Variables.
|
||||||
@@ -9,7 +9,6 @@ MC_VERSION_OLD=1.18.1
|
|||||||
MC_VERSION=1.18.2
|
MC_VERSION=1.18.2
|
||||||
|
|
||||||
# Main install (Debian).
|
# Main install (Debian).
|
||||||
|
|
||||||
# Check for files in /MCserver and download if needed.
|
# Check for files in /MCserver and download if needed.
|
||||||
if [ -e /MCserver/MCserver_${MC_VERSION}.jar ]
|
if [ -e /MCserver/MCserver_${MC_VERSION}.jar ]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright (c) 2020 fithwum
|
# Copyright (c) 2022 fithwum
|
||||||
# All rights reserved
|
# All rights reserved
|
||||||
|
|
||||||
MC_VERSION=1.18.2
|
MC_VERSION=1.18.2
|
||||||
|
|||||||
Reference in New Issue
Block a user