Browse Source

use raw instead of blob

because blob is html not shell script
master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
661a18dd8f
  1. 2
      update-chunkymap-on-ubuntu-from-web.sh

2
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:

Loading…
Cancel
Save