mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 20:15:18 +00:00
update devnet install.sh, add remove 0gchaind binary before install
This commit is contained in:
parent
02983a4834
commit
7589e28a5f
@ -13,6 +13,7 @@ if [[ $? -ne 0 ]]; then
|
|||||||
# Make under root dir
|
# Make under root dir
|
||||||
SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"`
|
SCRIPT_DIR=`dirname "${BASH_SOURCE[0]}"`
|
||||||
cd $SCRIPT_DIR/../..
|
cd $SCRIPT_DIR/../..
|
||||||
|
rm -rf $(go env GOPATH)/bin/0gchaind
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# Add gopath to path
|
# Add gopath to path
|
||||||
|
Loading…
Reference in New Issue
Block a user