View difference between Paste ID: BtDL3Muj and bPTn2acQ
SHOW: | | - or go back to the newest paste.
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