From ba90992a6c403d8db2a74ef070d75cf36745c468 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 16 Oct 2016 20:33:51 +0200 Subject: [PATCH] make install-custom-packages more verbose --- lib/helpers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/helpers b/lib/helpers index 129f5f1..9a65c1d 100644 --- a/lib/helpers +++ b/lib/helpers @@ -26,11 +26,14 @@ install-custom-packages() { case $os in devuan) + notice "checking for custom debs" mkdir -p $R/extra/custom-packages pushd $R/extra/custom-packages local pkgs=$(find ../$device_name/*.deb) [[ -n $pkgs ]] && { + notice "found!" for deb in $pkgs; do + act "installing $deb" ln -sf $deb . done install-custdebs