Skip to content

Commit df157b8

Browse files
committed
fix: final branches fix
1 parent ca047b1 commit df157b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ echo "/home/node/.pm2/logs/*.log /home/node/app/cli/build/logs/*.log {
2626

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

29-
git clone -b main https://github.com/shardeum/validator-cli.git cli
29+
git clone https://github.com/shardeum/validator-cli.git cli
3030

3131
echo "Install the CLI"
3232
cd cli
3333
npm i --silent && npm link
3434
cd ..
3535

36-
git clone -b main https://github.com/shardeum/validator-gui.git gui
36+
git clone https://github.com/shardeum/validator-gui.git gui
3737

3838
echo "Install the GUI"
3939
cd gui

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ if [ -d "$NODEHOME" ]; then
585585
fi
586586
fi
587587

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; }
589589
cd ${NODEHOME}
590590
chmod a+x ./*.sh
591591

0 commit comments

Comments
 (0)