Browse Source

working on installer

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
a80c268872
  1. 2
      install-chunkymap-on-ubuntu.sh
  2. 3
      update-chunkymap-installer-only.sh

2
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

3
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"

Loading…
Cancel
Save