Skip to content

Commit

Permalink
Update polis_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldur authored Apr 24, 2018
1 parent 76dd0a9 commit bb65902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ fi

function prepare_system() {
echo -e "Preparing the system to install ${GREEN}$COIN_NAME${NC} master node."
echo -e "This might take 15-20 minutes and the screen will not move, so please be patient"
echo -e "This might take 15-20 minutes and the screen will not move, so please be patient."
apt-get update >/dev/null 2>&1
DEBIAN_FRONTEND=noninteractive apt-get update > /dev/null 2>&1
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y -qq upgrade >/dev/null 2>&1
Expand Down

0 comments on commit bb65902

Please sign in to comment.