Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 ../

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your mom is eating it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nah that's ur wife or sister giving me head


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

Expand Down