File size: 253 Bytes
4333ffa
 
e9c220a
 
 
 
4333ffa
 
 
e9c220a
4333ffa
e9c220a
4333ffa
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

echo "Downloading Playit..."
wget https://github.com/playit-cloud/playit-agent/releases/latest/download/playit-linux-amd64 -O playit
chmod +x playit

echo "Starting Playit..."
./playit &

sleep 10

echo "Starting server..."
./bedrock_server