From 0c1da812b55df60810319b56cadff1b05a95706c 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 e373191..8a4989a 100644 --- a/netinstall.sh +++ b/netinstall.sh @@ -8,7 +8,7 @@ channel=${2:-master} # if defined by 2nd argument install the defined version, o # Download and untar installation files cd /tmp -wget https://github.com/FezVrasta/ark-server-tools/archive/${channel}.tar.gz +wget --no-cache https://github.com/FezVrasta/ark-server-tools/archive/${channel}.tar.gz tar -zxvf ${channel}.tar.gz # Install ARK Server Tools