kiss: drop weird prompt at end of builds.

This commit is contained in:
Dylan Araps 2020-09-12 17:27:07 +03:00
parent 892f6de9e9
commit 70d8eba781
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 13 deletions

14
kiss
View File

@ -706,19 +706,7 @@ pkg_build() {
(KISS_FORCE=1 args i "$pkg")
done
# Turn the explicit packages into a 'list'. See [1] at top of script.
# shellcheck disable=2046,2086
set -- $explicit
if [ "$pkg_update" ]; then
return
elif [ "$#" -gt 1 ] && prompt "Install built packages? [$*]"; then
args i "$@"
else
log "Run 'kiss i $*' to install the package(s)"
fi
log "Successfully built all packages"
}
pkg_checksums() {