Skip to content
Snippets Groups Projects
Commit 6dd3c203 authored by Roberto Pereyra Pigerl's avatar Roberto Pereyra Pigerl
Browse files

ajuste produccion

parent 133cbb65
No related branches found
No related tags found
2 merge requests!7Rpereyra2022,!5Rpereyra2022
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
...@@ -137,12 +137,14 @@ function userconfig ...@@ -137,12 +137,14 @@ function userconfig
then then
info "Adding to automatically source ${BFAHOME}/bin/env via .bashrc" info "Adding to automatically source ${BFAHOME}/bin/env via .bashrc"
echo "test -r ${BFAHOME}/bin/env && source ${BFAHOME}/bin/env" >> ~bfa/.bashrc echo "test -r ${BFAHOME}/bin/env && source ${BFAHOME}/bin/env" >> ~bfa/.bashrc
echo "cd ${BFAHOME}" >> ~bfa/.bashrc
fi fi
# cloning if not done already, or just update (pull) # cloning if not done already, or just update (pull)
if [ ! -d "${BFAHOME}" ] if [ ! -d "${BFAHOME}" ]
then then
# initial cloning # initial cloning
runasownerof ${BFAHOME%/*} git clone https://gitlab.bfa.ar/blockchain/nucleo.git $BFAHOME runasownerof ${BFAHOME%/*} git clone https://gitlab.bfa.ar/blockchain/nucleo.git $BFAHOME
git switch rpereyra2022
else else
runasownerof "${BFAHOME}" git pull runasownerof "${BFAHOME}" git pull
fi fi
...@@ -203,21 +205,19 @@ function setupquestions ...@@ -203,21 +205,19 @@ function setupquestions
usersetup usersetup
setupquestions setupquestions
apt-get install -y -qq git software-properties-common jq ncurses-bin curl
# Ubuntu necesita mas repos # Ubuntu necesita mas repos
grep -q Ubuntu /etc/issue && apt-add-repository multiverse grep -q Ubuntu /etc/issue && apt-add-repository multiverse
# #
add-apt-repository -y ppa:ethereum/ethereum
apt update apt update
# development tools # development tools
aptinstall dirmngr apt-transport-https curl git curl build-essential sudo software-properties-common wget aptinstall dirmngr apt-transport-https curl git curl build-essential sudo software-properties-common wget
apt-get install -y -qq git software-properties-common jq ncurses-bin curl
# golang # golang
wget https://golang.org/dl/go1.17.2.linux-amd64.tar.gz wget https://golang.org/dl/go1.17.2.linux-amd64.tar.gz
rm -rf /usr/local/go rm -rf /usr/local/go
tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gz tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin export PATH=$PATH:/usr/local/go/bin
aptinstall jq libjson-perl libwww-perl libclass-accessor-perl aptinstall jq libjson-perl libwww-perl libclass-accessor-perl
###apt-get install ethereum -y
###geth version ###geth version
userconfig userconfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment