modified: InstallDependencies.sh

modified:   InstallMinetest.sh
	modified:   RemoveMinetest.sh
	modified:   UpdateMinetest.sh
master
Megaf 2014-07-12 11:58:35 -03:00
parent 1c99e831fe
commit 383f1a5eb3
4 changed files with 3 additions and 3 deletions

0
InstallDependencies.sh Normal file → Executable file
View File

2
InstallMinetest.sh Normal file → Executable file
View File

@ -75,5 +75,5 @@ cd $INSTALLDIR
# cd ..
cd $INSTALLDIR/Minetest
echo "||========= Your Minetest is installed in $(pwd)."
echo "||========= All done! Type ./bin/minetest and press enter to run Minetest!"
# echo "||========= All done! Type /$INSTALLDIR/Minetest/bin/minetest and press enter to run Minetest!"
# rm -rf /tmp/Minetest

2
RemoveMinetest.sh Normal file → Executable file
View File

@ -30,5 +30,5 @@ echo "||========================================================================
sleep $WAIT
echo "||====== Removing Minetest"
rm -rf ~/Minetest
rm -rf $INSTALLDIR/Minetest
echo "||====== Done."

2
UpdateMinetest.sh Normal file → Executable file
View File

@ -47,4 +47,4 @@ make -j $CORESCOUNT
cd $INSTALLDIR/Minetest
echo "||========= Your Minetest is installed in $(pwd)."
echo "||========= All done! Type ./bin/minetest and press enter to run Minetest!"
#echo "||========= All done! Type ./bin/minetest and press enter to run Minetest!"