refactor(script): paru-git instead of paru-bin
This commit is contained in:
8
setup.sh
8
setup.sh
@@ -1092,12 +1092,12 @@ function get_aur_helper () {
|
||||
usermod --append --groups 'wheel' 'build'
|
||||
printf -- '%s\n' '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > '/etc/sudoers.d/10-wheel-group-no-passwd-prompt'
|
||||
pushd /tmp
|
||||
git clone https://aur.archlinux.org/paru-bin.git
|
||||
chown -R 'build:' 'paru-bin'
|
||||
pushd 'paru-bin'
|
||||
git clone https://aur.archlinux.org/paru-git.git
|
||||
chown -R 'build:' 'paru-git'
|
||||
pushd 'paru-git'
|
||||
sudo --user 'build' makepkg -si --noconfirm
|
||||
popd
|
||||
rm -rf 'paru-bin'
|
||||
rm -rf 'paru-git'
|
||||
popd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user