From 8edba60c8ac89d81373a940791925ec27bb64b69 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 18 Jul 2022 10:39:03 -0500 Subject: [PATCH] update get-updates --- home/private_bin/executable_get-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/private_bin/executable_get-updates b/home/private_bin/executable_get-updates index b0e6e23..144b0a0 100644 --- a/home/private_bin/executable_get-updates +++ b/home/private_bin/executable_get-updates @@ -27,7 +27,7 @@ updates_output() { update_system() { read -p "Would you like to update? (y/N): " confirm && [[ $confirm == [yY] || $confirm == [yY][eE][sS] ]] || exit 1 - pikaur -Syu + pikaur -Syu --noedit --nodiff } for opt in "$@"; do