shit
This commit is contained in:
commit
01a9e86575
64 changed files with 2284 additions and 0 deletions
12
scripts/aur
Normal file
12
scripts/aur
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
case $1 in
|
||||
install|in|i)
|
||||
cd ~/.aur
|
||||
[[ ! -d ~/.aur/$2 ]] && git clone https://aur.archlinux.org/$2.git
|
||||
cd ~/.aur/$2
|
||||
makepkg -si ;;
|
||||
|
||||
*) curl https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=$1 ;;
|
||||
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue