From 15d6d3641621f46756a92748c4f102c523e85b71 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Mon, 24 Jun 2019 12:05:12 -0300
Subject: [PATCH] info no existe en bfaupdate - mejor no tratar llamarlo

---
 bin/bfaupdate.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/bfaupdate.sh b/bin/bfaupdate.sh
index 625163b..6a3670b 100755
--- a/bin/bfaupdate.sh
+++ b/bin/bfaupdate.sh
@@ -35,7 +35,6 @@ function aptinstall
     do
         dpkg --verify $pkg 2>/dev/null ||
         (
-            info "Installing $pkg"
             runasownerof / apt -y install $pkg
         )
     done
-- 
GitLab