mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 06:34:56 +00:00
7 lines
158 B
Bash
7 lines
158 B
Bash
|
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!"
|