mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-11-19 13:00:05 -07:00
docs: update
This commit is contained in:
parent
b46c57c65a
commit
2db79ddd35
3
kiss
3
kiss
@ -900,6 +900,7 @@ pkg_updates() {
|
||||
# Disable globbing.
|
||||
set -f
|
||||
|
||||
outdated="zlib xset kiss"
|
||||
# End here if no packages have an update.
|
||||
[ "$outdated" ] || {
|
||||
log "Everything is up to date"
|
||||
@ -1024,7 +1025,7 @@ args() {
|
||||
pkg_list "$pkg" >/dev/null ||
|
||||
die "[$pkg] Not installed"
|
||||
|
||||
pkg_remove "$pkg" "${KISS_FORCE:-check}"
|
||||
pkg_remove "$pkg" check
|
||||
done
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user