From 30266b72ac5cabc9372b60515f8cea212ad19317 Mon Sep 17 00:00:00 2001 From: Jack Portman Date: Sat, 12 May 2018 00:04:44 +1000 Subject: [PATCH] fix error --- build_all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_all b/build_all index 453f00dda..8a828ecf2 100755 --- a/build_all +++ b/build_all @@ -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