mirror of
https://github.com/AlexMacocian/XStarboundDocker.git
synced 2026-07-21 01:39:31 +00:00
Fix xstarbound files
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user