From 661a18dd8f9a9b8e73fc056699606649b8d318a6 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 22 Mar 2016 21:29:50 -0400 Subject: [PATCH] use raw instead of blob because blob is html not shell script --- update-chunkymap-on-ubuntu-from-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-chunkymap-on-ubuntu-from-web.sh b/update-chunkymap-on-ubuntu-from-web.sh index b086361..94c6f98 100644 --- a/update-chunkymap-on-ubuntu-from-web.sh +++ b/update-chunkymap-on-ubuntu-from-web.sh @@ -13,7 +13,7 @@ cd "$CHUNKYMAP_DEST" if [ -f update-chunkymap-installer-only.sh ]; then rm update-chunkymap-installer-only.sh fi -wget https://github.com/expertmm/minetest-chunkymap/blob/master/update-chunkymap-installer-only.sh +wget https://github.com/expertmm/minetest-chunkymap/raw/master/update-chunkymap-installer-only.sh sleep 2 mv -f update-chunkymap-installer-only.sh $CHUNKYMAP_INSTALLER_DIR/ #Wait to make sure nothing weirdly not finished downloading: