1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

Merge pull request #5 from konimex/install

install: add dependency check
This commit is contained in:
black 2019-06-15 08:52:27 +03:00 committed by GitHub
commit 9da71c7ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
kiss
View File

@ -200,7 +200,9 @@ args() {
pkg_checksum
log "Generated checksums." ;;
i*) pkg_install ;;
i*) pkg_depends
pkg_install ;;
l*) pkg_list "$2" ;;
r*) pkg_remove || die "Package '$name' not installed" ;;
u*) pkg_updates ;;