Skip to content

Commit 33bd174

Browse files
authored
Merge pull request #404 from yungwine/fix-install
fix node install
2 parents 7caf031 + 2af5533 commit 33bd174

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)