From 1af2b2be3f1f54eaacb894b830e1f1c02d86113a Mon Sep 17 00:00:00 2001 From: "Mariano Absatz (git)" <scm@baby.com.ar> Date: Fri, 12 Jul 2019 15:52:20 -0300 Subject: [PATCH] =?UTF-8?q?hace=20falta=20software-properties-common=20par?= =?UTF-8?q?a=20que=20despu=C3=A9s=20funcione=20el=20apt-add-repository?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/installbfa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installbfa.sh b/bin/installbfa.sh index 1f193a9..5af9f0b 100755 --- a/bin/installbfa.sh +++ b/bin/installbfa.sh @@ -259,7 +259,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 dirmngr apt-transport-https curl git curl build-essential sudo software-properties-common aptinstall jq libjson-perl libwww-perl libclass-accessor-perl userconfig nodejsinstall -- GitLab