Merge pull request #59 from cubedro/develop

Fixed ethtype var in update.sh
This commit is contained in:
Marian OANCΞA 2015-04-06 22:10:02 +03:00
commit 286421112f
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ heading "Stopping processes"
pm2 kill
heading "Removing ethereum"
sudo apt-get remove $eth -y
sudo apt-get remove -y $ethtype
heading "Updating repos"
sudo apt-get clean
@ -57,7 +57,7 @@ sudo apt-get update -y
sudo apt-get upgrade -y
heading "Installing ethereum"
sudo apt-get install -y $eth
sudo apt-get install -y $ethtype
heading "Updating eth-netstats client"
cd ~/bin/www