From 3f302c5ef367e526ff34155c0b53a7e14212c845 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 26 Sep 2023 11:53:27 -0500 Subject: [PATCH] back to paru --- home/private_bin/executable_get-updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/private_bin/executable_get-updates b/home/private_bin/executable_get-updates index b031dd2..6e3abe0 100644 --- a/home/private_bin/executable_get-updates +++ b/home/private_bin/executable_get-updates @@ -36,7 +36,7 @@ updates_output() { update_system() { echo read -r -p "Would you like to update? (y/N): " confirm && [[ $confirm == [yY] || $confirm == [yY][eE][sS] ]] || exit 1 - pikaur -Syu --noedit --nodiff + paru -Syu } for opt in "$@"; do @@ -60,7 +60,7 @@ echo "fetching updates..." echo updates_arch="$(checkupdates 2>/dev/null | awk '{print $1}')" -updates_aur="$(pikaur -Qua 2>/dev/null | awk '{print $1}')" +updates_aur="$(paru -Qua 2>/dev/null | awk '{print $1}')" updates_info="$(updates_output $notify)" if [[ -z $updates_info ]]; then