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