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:22:17 -03:00 committed by GitHub
parent e1923289fe
commit 3429d61c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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