diff --git a/source/ubl-settings-video.h b/source/ubl-settings-video.h index fe53d3d..0df5407 100644 --- a/source/ubl-settings-video.h +++ b/source/ubl-settings-video.h @@ -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)