misukisu commited on
Commit
e9c220a
·
verified ·
1 Parent(s): ea7cc2b

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +6 -2
start.sh CHANGED
@@ -1,9 +1,13 @@
1
  #!/bin/bash
2
 
 
 
 
 
3
  echo "Starting Playit..."
4
  ./playit &
5
 
6
- sleep 5
7
 
8
- echo "Starting Minecraft Bedrock server..."
9
  ./bedrock_server
 
1
  #!/bin/bash
2
 
3
+ echo "Downloading Playit..."
4
+ wget https://github.com/playit-cloud/playit-agent/releases/latest/download/playit-linux-amd64 -O playit
5
+ chmod +x playit
6
+
7
  echo "Starting Playit..."
8
  ./playit &
9
 
10
+ sleep 10
11
 
12
+ echo "Starting server..."
13
  ./bedrock_server