Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Portman authored and Jack Portman committed May 11, 2018
1 parent 72f4faa commit 30266b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_all
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ fi
if [ $(whoami) = "root" ]; then
which sudo > /dev/null 2>&1
if [ $? != 0 ]; then
apt-get -y update ; at-get -y upgrade
apt-get -y update ; apt-get -y upgrade
apt-get install -y sudo
fi
fi

sudo apt-get -y update ; at-get -y upgrade
sudo apt-get -y update ; apt-get -y upgrade

sudo apt-get install -y git qt5-qmake qt5-default qttools5-dev-tools make g++ autoconf automake autotools-dev autoconf automake libtool libboost-all-dev libssl-dev libdb-dev libdb++-dev libdb++-dev libminiupnpc-dev libgmp3-dev

Expand Down

0 comments on commit 30266b7

Please sign in to comment.