diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2023-08-30 22:23:57 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2023-08-30 22:23:57 +0200 |
commit | 72c99ead9e4e4acd07b00d94d146ae70b16e0179 (patch) | |
tree | 3b15dd36723f00bf3a6694fa4613b6f961cb57ba | |
parent | 77f1bf4681120989a9fa81ed1d0369fb4af9d4c0 (diff) |
Added xbps update line to the update script
-rwxr-xr-x | bin/update-everything.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |