kiss: Silence intentional tar warnings.

This commit is contained in:
Dylan Araps 2019-06-18 15:09:38 +03:00
parent 906b3f5353
commit 98e1a0dfd6
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -173,7 +173,7 @@ pkg_install() {
log "Removing previous version of package if it exists."
pkg_remove "$name"
"$cac_dir/tar" kpxf "$bin_dir/$pkg" -C "$sys_dir/"
"$cac_dir/tar" kpxf "$bin_dir/$pkg" -C "$sys_dir/" 2>/dev/null
"$sys_db/$name/post-install" 2>/dev/null
log "Installed ${pkg%.tar.gz}"