Merge pull request #59 from cubedro/develop
Fixed ethtype var in update.sh
This commit is contained in:
commit
286421112f
@ -47,7 +47,7 @@ heading "Stopping processes"
|
|||||||
pm2 kill
|
pm2 kill
|
||||||
|
|
||||||
heading "Removing ethereum"
|
heading "Removing ethereum"
|
||||||
sudo apt-get remove $eth -y
|
sudo apt-get remove -y $ethtype
|
||||||
|
|
||||||
heading "Updating repos"
|
heading "Updating repos"
|
||||||
sudo apt-get clean
|
sudo apt-get clean
|
||||||
@ -57,7 +57,7 @@ sudo apt-get update -y
|
|||||||
sudo apt-get upgrade -y
|
sudo apt-get upgrade -y
|
||||||
|
|
||||||
heading "Installing ethereum"
|
heading "Installing ethereum"
|
||||||
sudo apt-get install -y $eth
|
sudo apt-get install -y $ethtype
|
||||||
|
|
||||||
heading "Updating eth-netstats client"
|
heading "Updating eth-netstats client"
|
||||||
cd ~/bin/www
|
cd ~/bin/www
|
||||||
|
Loading…
Reference in New Issue
Block a user