From 5e0b92662620eefdf0d4d0e519e38e4a211db227 Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 13 Oct 2022 01:31:14 -0700 Subject: paru no need -Sy, -Sy is been done by pacman beforehand --- home/xyz/.local/bin/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 51fc6e14..26ec61e2 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -81,7 +81,7 @@ ncm () { pac () { pacpacs="$(sudo pacman --noconfirm -Syu | tee /dev/tty | grep '^Packages' | cut -d' ' -f3-)" - aurpacs="$(paru --noconfirm -aSyu --ignore freeorion-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" + aurpacs="$(paru --noconfirm -aSu --ignore freeorion-git | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)" # part steal from aur comment # sometimes "ERROR: Failure while downloading": https://github.com/neovim/neovim/issues/15709 # echo 1, printf 1 and yes 1 all works? not sure why -- cgit v1.2.3-70-g09d2