made tar verbose
This commit is contained in:
parent
e00c1ddd5c
commit
0859bdb265
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue