Fix xstarbound files

This commit is contained in:
2024-11-11 15:49:04 +01:00
parent 16b9fbc432
commit 3f005ce559
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if [ -n "$download_url" ]; then
curl -L "$download_url" -o /tmp/linux-static.tar.gz
echo "Extracting linux-static.tar.gz ..."
tar -xzf /tmp/linux-static.tar.gz -C /starbound/steamapps/common/Starbound/server
tar -xzf /tmp/linux-static.tar.gz -C /starbound/server
echo "Cleaning up downloaded file..."
rm /tmp/linux-static.tar.gz
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
cd /starbound/steamapps/common/Starbound/server
cd /starbound/server
chmod +x xserver.sh
./xserver.sh