parabola-install.sh 187 B

12345678
  1. #!/bin/sh
  2. sudo pacman -S minetest
  3. echo "Time to reap the profits, now!"
  4. echo "If you didn't get any errors, Minetest is now installed-- just run the 'minetest' command."
  5. echo "Cheers!"