made tar verbose

This commit is contained in:
Seaswimmer 2023-08-14 21:37:09 -04:00
parent e00c1ddd5c
commit 0859bdb265
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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