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

Adding missing packages to installbfa.sh

parent d7462614
No related branches found
No related tags found
No related merge requests found
......@@ -133,8 +133,10 @@ function aptinstall
do
# consider apt install --install-suggests if you are masochist
dpkg --verify $pkg 2>/dev/null ||
info Installing $pkg &&
apt -y install $pkg
(
info Installing $pkg
apt -y install $pkg
)
done
}
......@@ -180,6 +182,7 @@ function welcome
# development tools
aptinstall dirmngr apt-transport-https curl git curl build-essential sudo
aptinstall jq libjson-perl libwww-perl
usersetup
nodejsinstall
web3install
......
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