1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

docs: update

This commit is contained in:
Dylan Araps 2019-08-26 20:34:33 +00:00
parent b46c57c65a
commit 2db79ddd35

3
kiss
View File

@ -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
;;