Skip to content

Commit

Permalink
fix node install
Browse files Browse the repository at this point in the history
  • Loading branch information
yungwine committed Dec 13, 2024
1 parent 7caf031 commit 2af5533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ton_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ if [ "${ton_node_version}" != "master" ]; then
cd ../
fi

cd $SOURCES_DIR/ton
git submodule sync --recursive
git submodule update
cd ../

git config --global --add safe.directory $SOURCES_DIR/ton

Expand Down

0 comments on commit 2af5533

Please sign in to comment.