parabola-install.sh 196 B

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