Add --sudoloop
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
3174f313b2
commit
008d04a191
1 changed files with 1 additions and 1 deletions
2
install
2
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"
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue