Skip to content

Commit

Permalink
add env to be downloaded with gLiveView and topologyupdater manual in…
Browse files Browse the repository at this point in the history
…stall
  • Loading branch information
Scitz0 committed Oct 15, 2020
1 parent 6fb22f6 commit 7a3d25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Scripts/gliveview.md
Expand Up @@ -15,6 +15,7 @@ To download the script:

```bash
curl -s -o gLiveView.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/gLiveView.sh
curl -s -o env https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/env
chmod 755 gLiveView.sh
```

Expand Down
1 change: 1 addition & 0 deletions docs/Scripts/topologyupdater.md
Expand Up @@ -13,6 +13,7 @@ To download topologyupdater.sh manually you can execute the commands below and t
``` bash
cd $CNODE_HOME/scripts
curl -s -o topologyUpdater.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/topologyUpdater.sh
curl -s -o env https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/env
chmod 750 topologyUpdater.sh
./topologyUpdater.sh
```
Expand Down

0 comments on commit 7a3d25e

Please sign in to comment.