1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-12-25 00:20:05 -07:00

pkg_remove: Add force option

This commit is contained in:
Dylan Araps 2019-08-31 16:01:17 +03:00
parent ee6686679f
commit 1da095761e

2
kiss
View File

@ -1043,7 +1043,7 @@ args() {
pkg_list "$pkg" >/dev/null ||
die "[$pkg] Not installed"
pkg_remove "$pkg" check
pkg_remove "$pkg" "${KISS_FORCE:-check}"
done
;;