File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ echo "/home/node/.pm2/logs/*.log /home/node/app/cli/build/logs/*.log {
26
26
27
27
# Pull latest versions of the CLI and GUI from gui-updates branch
28
28
29
- git clone -b main https://github.com/shardeum/validator-cli.git cli
29
+ git clone https://github.com/shardeum/validator-cli.git cli
30
30
31
31
echo " Install the CLI"
32
32
cd cli
33
33
npm i --silent && npm link
34
34
cd ..
35
35
36
- git clone -b main https://github.com/shardeum/validator-gui.git gui
36
+ git clone https://github.com/shardeum/validator-gui.git gui
37
37
38
38
echo " Install the GUI"
39
39
cd gui
Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ if [ -d "$NODEHOME" ]; then
585
585
fi
586
586
fi
587
587
588
- git clone -b main https://github.com/shardeum/validator-dashboard.git ${NODEHOME} || { echo " Error: Permission denied. Exiting script." ; exit 1; }
588
+ git clone https://github.com/shardeum/validator-dashboard.git ${NODEHOME} || { echo " Error: Permission denied. Exiting script." ; exit 1; }
589
589
cd ${NODEHOME}
590
590
chmod a+x ./* .sh
591
591
You can’t perform that action at this time.
0 commit comments