summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-10-08 03:09:26 -0700
committerxyz <gky44px1999@gmail.com>2022-10-08 03:09:26 -0700
commitc461d659a2c0242430c28f22512d023dc4c40572 (patch)
tree2993849d67cef4860e1223f53b2924594469a6f7 /home
parent1b355ed0fb9ed87711c8e51cab2a5423e17a7f29 (diff)
upd paru update ignore freeorion-git
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 6164327b..51fc6e14 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 | tee /dev/tty | grep '^Aur' | cut -d' ' -f3-)"
+ aurpacs="$(paru --noconfirm -aSyu --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