Update start-latest.sh

found that randomly after updating to the latest version execution was not being permitted on multiple linux devices running docker, this solves for that
This commit is contained in:
merlinlcb 2022-12-23 12:51:11 -07:00 committed by GitHub
parent 5677c4187c
commit 86eeb76a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,8 @@ unzip MinecraftClient-linux.zip
# Remove the ZIP
rm -- MinecraftClient-linux.zip
# Set Executable
chmod +x /opt/start-latest.sh
# Start the Client
./MinecraftClient