From 002e72a26e74fd19aa0fb1701d6a50299399704a Mon Sep 17 00:00:00 2001 From: overflowerror Date: Sun, 14 Dec 2014 23:52:53 +0100 Subject: [PATCH] that shouldn't happen --- anineko | 6 +++--- anineko.md5 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anineko b/anineko index e6c44f8..bffeef4 100755 --- a/anineko +++ b/anineko @@ -1,5 +1,5 @@ #!/bin/bash - + export useragent="Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37... nope, actually wget" mode=$1 @@ -31,13 +31,13 @@ if test "$mode" = "update"; then exit 0 fi echo "Downloading update script..." - wget -O ${TMPPREFIX}.$$.anineko-install "https://raw.githubusercontent.com/overflowerror/Anineko/master/install" --progress=bar:force 2>&1 | tail -f -n +12 + wget -O /tmp/$$.anineko-install "https://raw.githubusercontent.com/overflowerror/Anineko/master/install" --progress=bar:force 2>&1 | tail -f -n +12 echo "Download finished..." echo "Executing..." echo - bash ${TMPPREFIX}.$$.anineko-install + bash /tmp/$$.anineko-install exit $? elif test "$mode" = "search"; then diff --git a/anineko.md5 b/anineko.md5 index 0b5f344..903f858 100644 --- a/anineko.md5 +++ b/anineko.md5 @@ -1 +1 @@ -5546cc1a55ac738f5bb6f1dff1a5dc40 +b479e52af0a182a2cfce3e12ffcaee8b