From a80c268872f6f006d2cc2fe85a0714fc91509691 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Mon, 21 Mar 2016 12:41:13 -0400 Subject: [PATCH] working on installer --- install-chunkymap-on-ubuntu.sh | 2 +- update-chunkymap-installer-only.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install-chunkymap-on-ubuntu.sh b/install-chunkymap-on-ubuntu.sh index c66f560..9efecae 100644 --- a/install-chunkymap-on-ubuntu.sh +++ b/install-chunkymap-on-ubuntu.sh @@ -106,7 +106,7 @@ echo "" echo "To learn more about chunkymap:" echo "nano $CHUNKYMAP_DEST/README.md" echo -echo "To start now assuming configuration matches yours (see $CHUNKYMAP_INSTALLER_PATH/README.md before this):" +echo "To start now assuming configuration matches yours (nano $CHUNKYMAP_DEST/README.md before this):" echo sh minetest/util/chunkymap-regen-loop.sh echo # NOTE: colors.txt should ALREADY be in $HOME/minetest/util diff --git a/update-chunkymap-installer-only.sh b/update-chunkymap-installer-only.sh index cb1cc71..c71db45 100644 --- a/update-chunkymap-installer-only.sh +++ b/update-chunkymap-installer-only.sh @@ -24,11 +24,10 @@ if [ -f minetest-chunkymap.zip ]; then fi mv master.zip minetest-chunkymap.zip unzip minetest-chunkymap.zip -#mv minetest-chunkymap-master minetest-chunkymap if [ -d "$CHUNKYMAP_INSTALLER_DIR" ]; then rm -Rf "$CHUNKYMAP_INSTALLER_DIR" fi -mv minetest-chunkymap-master "$CHUNKYMAP_INSTALLER_DIR" +mv "$HOME/Downloads/minetest-chunkymap-master" "$CHUNKYMAP_INSTALLER_DIR" #cd minetest-chunkymap chmod +x "$CHUNKYMAP_INSTALLER_DIR/install-chunkymap-on-ubuntu.sh" chmod +x "$CHUNKYMAP_INSTALLER_DIR/update-chunkymap-installer-only.sh"