kiss: don't run pkg_upgrade when using pkg_update (#65)

You are now required to run 'kiss U' if you want to update your
packages, since now all 'kiss u' does is sync the repositories in
your KISS_PATH.
This commit is contained in:
ehawkvu 2022-09-23 13:56:20 -05:00 committed by GitHub
parent b815b07b7a
commit 74313a873c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1662,7 +1662,7 @@ pkg_update() {
pkg_update_repo
done
pkg_upgrade
log "Run 'kiss U' to upgrade packages"
}
pkg_update_repo() {