diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index f6b0f350..f4e677bf 100644 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -43,7 +43,7 @@ mv /tmp/mytoninstaller/liteserver.pub /usr/bin/ton/validator-engine-console/lite # fix me rm -rf /usr/src/ton2 cd /usr/src -git clone --recursive https://github.com/ton-blockchain/ton.git ton2 +git clone --recursive https://github.com/newton-blockchain/ton.git ton2 rm -rf /usr/bin/ton2 mkdir /usr/bin/ton2 && cd /usr/bin/ton2 systemctl stop validator2 && sleep 5