From fe06479bc906493ee0fe14dab225d3b7ee6ce0c3 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Fri, 26 Jun 2015 15:58:45 +0200 Subject: [PATCH] ignore cache --- netinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netinstall.sh b/netinstall.sh index b0907c3..c03492a 100644 --- a/netinstall.sh +++ b/netinstall.sh @@ -6,7 +6,7 @@ # Download and untar installation files cd /tmp -wget https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz +wget --no-cache https://github.com/FezVrasta/ark-server-tools/archive/master.tar.gz tar -zxvf master.tar.gz # Install ARK Server Tools