We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7258edd commit 6411108Copy full SHA for 6411108
system/aur.sh
@@ -114,7 +114,7 @@ if ! pacman -Qq "${aur_helper_package}" 1> /dev/null 2>&1; then
114
# Build
115
sudo -u "${aur_username}" git clone "https://aur.archlinux.org/${aur_helper_package}.git" "/tmp/${aur_helper_package}"
116
cd "/tmp/${aur_helper_package}"
117
- sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install
+ sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install --syncdeps
118
119
# Install
120
for _pkg in $(sudo -u "${aur_username}" makepkg --packagelist); do
0 commit comments