diff --git a/install b/install index 6d395de..61d6173 100755 --- a/install +++ b/install @@ -141,7 +141,7 @@ print_section "Installing packages" package_count=$(< "${PACKAGES_DIR}/packages.list" wc -l) print_log "Installing ${package_count} packages" yay -Syy > /dev/null 2>&1 -yay -S --noconfirm --needed --devel --nopgpfetch --mflags --skippgpcheck - < "${PACKAGES_DIR}/packages.list" +yay -S --noconfirm --sudoloop --needed --devel --nopgpfetch --mflags --skippgpcheck - < "${PACKAGES_DIR}/packages.list" ###############################################################################