Remove --noconfirm from install packages

pull/121/head v2.23
Dmitry Razumov 5 months ago
parent 1ae2be4f30
commit 38099bb515
Signed by: asmeron
GPG Key ID: 50BC1DB583B79706

@ -50,7 +50,7 @@
#define get_resolutions_supportable_command "resource:///com/ublinux/csv/resolutions.csv"
#define install_proprietary_command(target) yon_char_append("pacman --quiet --noconfirm --needed -Sy ",target)
#define install_proprietary_command(target) yon_char_append("pacman --quiet --needed -Sy ",target)
#define delete_proprietary_command(target) yon_char_append("pacman -R --noconfirm ",target)

Loading…
Cancel
Save