Skip to content
Snippets Groups Projects
Commit 64f99d23 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

para ubuntu agregamos el repo multiverse

parent 631a9e23
No related branches found
No related tags found
No related merge requests found
......@@ -120,8 +120,7 @@ function gethinstall
#
cd ${NEW}/go-ethereum
info Compiling geth
make all &&
echo Ignore that last line, if it tells you to run geth now.
make all
mkdir -p ~bfa/bin
cp -vp ${NEW}/go-ethereum/build/bin/{geth,bootnode,abigen,ethkey,puppeth,rlpdump,wnode,swarm,swarm-smoke} ~bfa/bin/
chown -R bfa:bfa ~bfa
......@@ -181,6 +180,9 @@ function welcome
}
# Ubuntu necesita mas repos
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 jq libjson-perl libwww-perl
......
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