diff --git a/Arch-Manjaro/aur.sh b/Arch-Manjaro/aur.sh deleted file mode 100644 index 4e306d0..0000000 --- a/Arch-Manjaro/aur.sh +++ /dev/null @@ -1,6 +0,0 @@ -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!"