Skip to content

Commit b674187

Browse files
committed
Fix void package manager update script
1 parent a22a376 commit b674187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-print-system-package-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ case $system:$command in
171171
fi
172172
;;
173173
void*:update)
174-
print_shell_command "${SUDO}xbps-install -Su"
174+
print_shell_command "${SUDO}xbps-install -Suy"
175175
;;
176176
void*:install)
177177
[ "$YES" = yes ] && options="$options --yes"

0 commit comments

Comments
 (0)