mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
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:
parent
5677c4187c
commit
86eeb76a9e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue