Erik Dubois
4 years ago
2 changed files with 53 additions and 2 deletions
@ -0,0 +1,21 @@
|
||||
#!/bin/bash |
||||
# |
||||
################################################################################################################## |
||||
# Written to be used on 64 bits computers |
||||
# Author : Erik Dubois |
||||
# Website : http://www.erikdubois.be |
||||
################################################################################################################## |
||||
################################################################################################################## |
||||
# |
||||
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. |
||||
# |
||||
################################################################################################################## |
||||
|
||||
source="https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=yay-bin" |
||||
folder="alci-yay-bin" |
||||
name="PKGBUILD" |
||||
|
||||
mkdir /tmp/$folder |
||||
wget $source -O /tmp/$folder/$name |
||||
cd /tmp/$folder |
||||
makepkg -i |
Loading…
Reference in new issue