From b9d4a576909942d643ffb9728c9ed73302c7278f Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Tue, 1 Oct 2019 12:26:32 -0300
Subject: [PATCH] getbfa.sh redundant

---
 bin/getbfa.sh | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 bin/getbfa.sh

diff --git a/bin/getbfa.sh b/bin/getbfa.sh
deleted file mode 100644
index 151fda7..0000000
--- a/bin/getbfa.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash -x
-
-trap "exit 1" ERR
-wget https://gitlab.bfa.ar/blockchain/nucleo/raw/master/bin/installbfa.sh
-chmod 755 installbfa.sh
-./installbfa.sh
-- 
GitLab