diff options
Diffstat (limited to 'bin')
-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 |