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'
|
usermod --append --groups 'wheel' 'build'
|
||||||
printf -- '%s\n' '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > '/etc/sudoers.d/10-wheel-group-no-passwd-prompt'
|
printf -- '%s\n' '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' > '/etc/sudoers.d/10-wheel-group-no-passwd-prompt'
|
||||||
pushd /tmp
|
pushd /tmp
|
||||||
git clone https://aur.archlinux.org/paru-bin.git
|
git clone https://aur.archlinux.org/paru-git.git
|
||||||
chown -R 'build:' 'paru-bin'
|
chown -R 'build:' 'paru-git'
|
||||||
pushd 'paru-bin'
|
pushd 'paru-git'
|
||||||
sudo --user 'build' makepkg -si --noconfirm
|
sudo --user 'build' makepkg -si --noconfirm
|
||||||
popd
|
popd
|
||||||
rm -rf 'paru-bin'
|
rm -rf 'paru-git'
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user