From 4a27bcfdb313b925cd1d7e5a7a3e041bd5321f67 Mon Sep 17 00:00:00 2001 From: Roberto Pereyra Pigerl <rpereyra@escribanodigital.com> Date: Fri, 18 Mar 2022 16:48:59 -0300 Subject: [PATCH] Ajuste linea git switch, que se utilizo para test y comenta liena cd automatico para bfa --- bin/installbfa.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/installbfa.sh b/bin/installbfa.sh index e552626..a9c5852 100755 --- a/bin/installbfa.sh +++ b/bin/installbfa.sh @@ -137,14 +137,13 @@ function userconfig then info "Adding to automatically source ${BFAHOME}/bin/env via .bashrc" echo "test -r ${BFAHOME}/bin/env && source ${BFAHOME}/bin/env" >> ~bfa/.bashrc - echo "cd ${BFAHOME}" >> ~bfa/.bashrc + ##echo "cd ${BFAHOME}" >> ~bfa/.bashrc fi # cloning if not done already, or just update (pull) if [ ! -d "${BFAHOME}" ] then # initial cloning runasownerof ${BFAHOME%/*} git clone https://gitlab.bfa.ar/blockchain/nucleo.git $BFAHOME - git switch rpereyra2022 else runasownerof "${BFAHOME}" git pull fi @@ -202,7 +201,6 @@ function setupquestions fi fi } -###apt-get install -y -qq git software-properties-common jq ncurses-bin curl usersetup setupquestions apt-get install -y -qq git software-properties-common jq ncurses-bin curl -- GitLab