From 945f3b3721377c4adf5264aa74398274ce895e64 Mon Sep 17 00:00:00 2001 From: hayao Date: Sat, 6 Nov 2021 20:35:52 +0900 Subject: [PATCH] [update] : Install depend with makepkg --- system/aur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aur.sh b/system/aur.sh index 135eda4f..7cb33be3 100755 --- a/system/aur.sh +++ b/system/aur.sh @@ -116,7 +116,7 @@ if ! pacman -Qq "${aur_helper_package}" 1> /dev/null 2>&1; then # Build sudo -u "${aur_username}" git clone "https://aur.archlinux.org/${aur_helper_package}.git" "/tmp/${aur_helper_package}" cd "/tmp/${aur_helper_package}" - sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm + sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install # Install for _pkg in $(sudo -u "${aur_username}" makepkg --packagelist); do -- 2.11.0