yay.sh ok
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# klevstul
|
||||
|
||||
# https://itsfoss.com/install-yay-arch-linux/
|
||||
# https://askubuntu.com/questions/294736/run-a-shell-script-as-another-user-that-has-no-password
|
||||
|
||||
echo "<< 99_yay.sh >>"
|
||||
|
||||
@@ -16,19 +17,14 @@ fi
|
||||
# update system
|
||||
sudo pacman -Syu
|
||||
|
||||
# install dependencies
|
||||
pacman -S --needed --noconfirm go
|
||||
|
||||
# remove potential old yay download folder
|
||||
rm -rf /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
|
||||
runuser -l ${user} -c 'yay --version'
|
||||
|
||||
Reference in New Issue
Block a user