Skip to content

Commit 945f3b3

Browse files
committed
[update] : Install depend with makepkg
1 parent 90c2923 commit 945f3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/aur.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if ! pacman -Qq "${aur_helper_package}" 1> /dev/null 2>&1; then
116116
# Build
117117
sudo -u "${aur_username}" git clone "https://aur.archlinux.org/${aur_helper_package}.git" "/tmp/${aur_helper_package}"
118118
cd "/tmp/${aur_helper_package}"
119-
sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm
119+
sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install
120120

121121
# Install
122122
for _pkg in $(sudo -u "${aur_username}" makepkg --packagelist); do

0 commit comments

Comments
 (0)