mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
aur.sh
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:
parent
e1923289fe
commit
3429d61c4b
6
Arch-Manjaro/aur.sh
Normal file
6
Arch-Manjaro/aur.sh
Normal 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!"
|
Loading…
Reference in New Issue
Block a user