Initial server configuration
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "Downloading file..."
|
||||
curl -L -o /app/MCXboxBroadcastStandalone.jar https://github.com/MCXboxBroadcast/Broadcaster/releases/latest/download/MCXboxBroadcastStandalone.jar
|
||||
|
||||
echo "Starting..."
|
||||
exec java -jar /app/MCXboxBroadcastStandalone.jar
|
||||
Reference in New Issue
Block a user