next gen init
This commit is contained in:
parent
84872dc103
commit
a16479ee7a
40 changed files with 239 additions and 894 deletions
13
distros/arch/user-scripts/00-yay.sh
Normal file
13
distros/arch/user-scripts/00-yay.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Installs yay.
|
||||
|
||||
[ "$UID" = "0" ] || exit 0
|
||||
|
||||
yaytmpdir=$(mktemp -d)
|
||||
|
||||
git clone https://aur.archlinux.org/yay $yaytmpdir
|
||||
oldpwd=$(pwd)
|
||||
cd $yaytmpdir
|
||||
makepkg -si
|
||||
cd $oldpwd
|
Loading…
Add table
Add a link
Reference in a new issue