Skip to content
Snippets Groups Projects

Rpereyra2022

Open Roberto Pereyra Pigerl requested to merge rpereyra2022 into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -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
Loading