Skip to content

Commit 2af5533

Browse files
committed
fix node install
1 parent 7caf031 commit 2af5533

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ton_installer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ if [ "${ton_node_version}" != "master" ]; then
118118
cd ../
119119
fi
120120

121+
cd $SOURCES_DIR/ton
121122
git submodule sync --recursive
122123
git submodule update
124+
cd ../
123125

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

0 commit comments

Comments
 (0)