u
This commit is contained in:
@@ -19,14 +19,15 @@ sudo pacman -Syu
|
||||
# install dependencies
|
||||
pacman -S --needed --noconfirm go
|
||||
|
||||
# install yay
|
||||
rm -rf /tmp/yay
|
||||
runuser -l ${user}-c 'git clone https://aur.archlinux.org/yay.git /tmp/yay'
|
||||
|
||||
# clone repo
|
||||
runuser -l ${user} -c 'git clone https://aur.archlinux.org/yay.git /tmp/yay'
|
||||
|
||||
# build yay
|
||||
# https://askubuntu.com/questions/294736/run-a-shell-script-as-another-user-that-has-no-password
|
||||
sudo -u ${user} bash -c 'cd /tmp/yay && makepkg -si'
|
||||
|
||||
|
||||
#runuser -l ${user} -c 'cd /tmp/yay && makepkg -si'
|
||||
|
||||
# test yay
|
||||
|
||||
Reference in New Issue
Block a user