From 2f96a0b86143b48f4de7fb9bd02a2a1345867e6d Mon Sep 17 00:00:00 2001 From: ANtlord Date: Wed, 16 Jun 2021 13:26:10 +0000 Subject: [PATCH] Update upgrade.sh --- scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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