From 0104b905aad87d844820dbe85f5a868a7b4ac0c4 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Mon, 13 May 2019 14:19:30 -0300
Subject: [PATCH] Instalar tambien libclass-accessor-perl

---
 bin/bfaupdate.sh  | 1 +
 bin/installbfa.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/bfaupdate.sh b/bin/bfaupdate.sh
index f6109cc..0538fa4 100755
--- a/bin/bfaupdate.sh
+++ b/bin/bfaupdate.sh
@@ -6,5 +6,6 @@ source ${BFAHOME}/bin/libbfa.sh || exit 1
 
 set -x
 cd ${BFAHOME}
+apt -y install libclass-accessor-perl
 git pull
 npm rebuild
diff --git a/bin/installbfa.sh b/bin/installbfa.sh
index 8387c85..1ff8ec3 100755
--- a/bin/installbfa.sh
+++ b/bin/installbfa.sh
@@ -191,7 +191,7 @@ grep -q Ubuntu /etc/issue && apt-add-repository multiverse
 apt update
 # development tools
 aptinstall dirmngr apt-transport-https curl git curl build-essential sudo
-aptinstall jq libjson-perl libwww-perl
+aptinstall jq libjson-perl libwww-perl libclass-accessor-perl
 usersetup
 nodejsinstall
 web3install
-- 
GitLab