made a tar command not verbose

This commit is contained in:
Seaswimmer 2023-08-15 01:37:30 -04:00
parent 04d7c6d6ce
commit 17a0506839
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -46,7 +46,7 @@ else
exit 1
fi
echo "Extracting Factorio binary..."
tar -xvf factorio_headless.tar.xz --strip-components=1 --overwrite
tar -xf factorio_headless.tar.xz --strip-components=1 --overwrite
echo "Factorio binary updated!"
rm -f factorio_headless.tar.xz