Skip to content

Commit

Permalink
update cli/gui branches to itn4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpratham01 committed Dec 13, 2024
1 parent dc65522 commit a457c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ echo "/home/node/.pm2/logs/*.log /home/node/app/cli/build/logs/*.log {

# Pull latest versions of the CLI and GUI from gui-updates branch

git clone https://github.com/shardeum/validator-cli.git cli
git clone -b itn4 https://github.com/shardeum/validator-cli.git cli

echo "Install the CLI"
cd cli
npm i --silent && npm link
cd ..

git clone https://github.com/shardeum/validator-gui.git gui
git clone -b itn4 https://github.com/shardeum/validator-gui.git gui

echo "Install the GUI"
cd gui
Expand Down

0 comments on commit a457c7c

Please sign in to comment.