Skip to content

Commit b752604

Browse files
authored
revert 397ce79
causes multi-choice installs to hang
1 parent 397ce79 commit b752604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

useful-tools/get-debloated-pkgs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ else
320320
SUDOCMD=""
321321
fi
322322

323-
yes | $SUDOCMD pacman -U "$TMPDIR"/*
323+
$SUDOCMD pacman -U --noconfirm "$TMPDIR"/*
324324

325325
# the gdk-pixbuf2 package needs to have the loaders.cache regenerated
326326
if [ -f "$TMPDIR"/gdk-pixbuf2* ] && [ -x /usr/bin/gdk-pixbuf-query-loaders ]; then

0 commit comments

Comments
 (0)