made a tar command not verbose
This commit is contained in:
parent
04d7c6d6ce
commit
17a0506839
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue