From 7b916265d4bb18b6fa54a22a71113f22b9b84d52 Mon Sep 17 00:00:00 2001 From: PieckA Date: Sun, 26 May 2024 11:54:03 +0200 Subject: [PATCH] tried out a different FISH_INSTALL variable config0 --- functions/setup.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/setup.fish b/functions/setup.fish index fd90186..63a2980 100644 --- a/functions/setup.fish +++ b/functions/setup.fish @@ -53,7 +53,7 @@ function upin set update "$pkg -Syu" set search "$pkg -Ss" set remove "$pkg -R" - set unattendet "$pkg install --no-confirm" + set unattendet "$pkg install --noconfirm" set ALIASES "-- You're using Arch!! - installed helper: paru --" else if command -v yay >/dev/null 2>&1 @@ -62,7 +62,7 @@ function upin set update "$pkg -Syu" set search "$pkg -Ss" set remove "$pkg -R" - set unattendet "$pkg install --no-confirm" + set unattendet "$pkg install --noconfirm" set ALIASES "-- You're using Arch!! - installed helper: yay --" else if command -v pacman >/dev/null 2>&1 @@ -71,7 +71,7 @@ function upin set update "$pkg -Syu" set search "$pkg -Ss" set remove "$pkg -R" - set unattendet "$pkg install --no-confirm" + set unattendet "$pkg install --noconfirm" set ALIASES "-- by the PACMAN - You're using Arch!! --" end end