mineserver / start.sh
misukisu's picture
Update start.sh
e9c220a verified
Raw
History Blame Contribute Delete
253 Bytes
#!/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