From 0859bdb265f430389b89695ee42d26204de9f151 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 14 Aug 2023 21:37:09 -0400 Subject: [PATCH] made tar verbose --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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