kiss: unsquish

This commit is contained in:
Dylan Araps 2021-07-17 14:42:27 +03:00
parent 5d024096c7
commit 0d475206ff
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 0 deletions

2
kiss
View File

@ -1619,6 +1619,7 @@ pkg_update() {
*" kiss "*) *" kiss "*)
log "Detected package manager update" log "Detected package manager update"
log "The package manager will be updated first" log "The package manager will be updated first"
prompt prompt
pkg_build_all kiss pkg_build_all kiss
@ -1632,6 +1633,7 @@ pkg_update() {
*) *)
log "Packages to update: $*" log "Packages to update: $*"
prompt prompt
pkg_order "$@" pkg_order "$@"