parabola-install.sh 190 B

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