Skip to content

Commit

Permalink
Merge pull request #404 from yungwine/fix-install
Browse files Browse the repository at this point in the history
fix node install
  • Loading branch information
igroman787 authored Dec 13, 2024
2 parents 7caf031 + 2af5533 commit 33bd174
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 33bd174

Please sign in to comment.