From 72c99ead9e4e4acd07b00d94d146ae70b16e0179 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 30 Aug 2023 22:23:57 +0200 Subject: Added xbps update line to the update script --- bin/update-everything.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update-everything.sh b/bin/update-everything.sh index d5824fb..5845b71 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -41,6 +41,7 @@ local_update(){ printf_n_notify "local update" + $xi -u xbps && \ $xi --sync --update --verbose && \ $xr --clean-cache --remove-orphans --verbose -- cgit v1.2.3