From ec9fc1c04af46faea88cfe4f677af4279118ac03 Mon Sep 17 00:00:00 2001 From: Megaf Date: Fri, 29 May 2015 15:52:15 +0100 Subject: [PATCH] Update InstallMinetest.sh --- InstallMinetest.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/InstallMinetest.sh b/InstallMinetest.sh index 8a9b3fa..7452290 100755 --- a/InstallMinetest.sh +++ b/InstallMinetest.sh @@ -40,10 +40,10 @@ cd $INSTALLDIR cd games echo "||========= Downloading the default Minetest game from Minetest. From https://github.com/minetest/minetest_game" git clone https://github.com/minetest/minetest_game.git - echo "||========= Downloading a PiXel Art game for Minetest. From https://github.com/Megaf/Pixel" - git clone https://github.com/Megaf/Pixel.git - echo "||========= Downloading a lightweight game for Minetest. From https://github.com/Megaf/RPi" - git clone https://github.com/Megaf/RPi.git + # echo "||========= Downloading a PiXel Art game for Minetest. From https://github.com/Megaf/Pixel" + # git clone https://github.com/Megaf/Pixel.git + # echo "||========= Downloading a lightweight game for Minetest. From https://github.com/Megaf/RPi" + # git clone https://github.com/Megaf/RPi.git cd .. echo "||========= Preparing Minetest to be compiled." @@ -76,4 +76,4 @@ cd $INSTALLDIR cd $INSTALLDIR/Minetest echo "||========= Your Minetest is installed in $(pwd)." # echo "||========= All done! Type /$INSTALLDIR/Minetest/bin/minetest and press enter to run Minetest!" -# rm -rf /tmp/Minetest \ No newline at end of file +# rm -rf /tmp/Minetest