This shortcut will download an AUR repository get, makepkg and install, with all the dependencies. Last, but not least, it will generate a small notification.
This commit is contained in:
Bruno Fontes 2018-05-25 23:16:25 -03:00
parent e1923289fe
commit 749c090d98

6
Arch-Manjaro/aur.sh Normal file
View File

@ -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!"