OSDN Git Service

[update] : Install depend with makepkg
authorhayao <hayao@fascode.net>
Sat, 6 Nov 2021 11:35:52 +0000 (20:35 +0900)
committerhayao <hayao@fascode.net>
Sat, 6 Nov 2021 11:35:52 +0000 (20:35 +0900)
system/aur.sh

index 135eda4..7cb33be 100755 (executable)
@@ -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