-c -O $packagedir/minetest.zip --tries=3 || (echo "Please download http://github.com/minetest/minetest/zipball/master manually and save it as $packagedir/minetest.zip";read -s)
[ -e$packagedir/minetest.zip ] || (echo "minetest.zip not found";exit 1)
-c -O $packagedir/common.zip --tries=3 || (echo "Please download http://github.com/minetest/common/zipball/master manually and save it as $packagedir/common.zip";read -s)
[ -e$packagedir/common.zip ] || (echo "common.zip not found";exit 1)
-c -O $packagedir/minetest_game.zip --tries=3 || (echo "Please download http://github.com/minetest/minetest_game/zipball/master manually and save it as $packagedir/minetest_game.zip";read -s)
[ -e$packagedir/minetest_game.zip ] || (echo "minetest_game.zip not found";exit 1)
0 comments on commit
b76ec31