Dobbie03

gimp

Jan 28th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2.  
  3. echo "Installing Gimp: $1"
  4.  
  5. #Update repos
  6. sudo pacman -Syy $1
  7.  
  8. # Install gimp
  9. sudo pacman -S gimp -y $1
Add Comment
Please, Sign In to add comment