diff --git a/start_server.sh b/start_server.sh index 6648341..150836f 100755 --- a/start_server.sh +++ b/start_server.sh @@ -37,7 +37,7 @@ fi echo "Fetching Factorio binary..." wget https://factorio.com/get-download/stable/headless/linux64 -O factorio_headless.tar.xz echo "Extracting Factorio binary..." -tar -xf factorio_headless.tar.xz --strip-components=1 --overwrite +tar -xvf factorio_headless.tar.xz --strip-components=1 --overwrite echo "Factorio binary updated!" rm -f factorio_headless.tar.xz