diff --git a/Arch-Manjaro/aur.sh b/Arch-Manjaro/aur.sh new file mode 100644 index 0000000..4e306d0 --- /dev/null +++ b/Arch-Manjaro/aur.sh @@ -0,0 +1,6 @@ +sudo echo +cd ~/Downloads +git clone https://aur.archlinux.org/"$1".git +cd "$1" +sudo yes | makepkg -si && cd ..; rm -rf ""$1"" +notify-send """$1"" installed!"