Skip to content

Commit cea8cb4

Browse files
committed
## Changes
- **Network support added**: Configuration is based on the network. - **TON Node version**: Added support for the TON Node version. - **Support for non-default repositories in mytonctl**: Ensures proper operation of mytonctl when executing commands with non-default repositories. - **Resource validation**: Added support for different values for testnet and mainnet.
1 parent f34df26 commit cea8cb4

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

scripts/install.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@ if [ "$(id -u)" != "0" ]; then
1212
exit 1
1313
fi
1414

15-
#author="ton-blockchain"
16-
#repo="mytonctrl"
17-
#branch="master"
18-
#mode="validator"
19-
20-
author="tonstakers"
21-
repo="mytonctrl-v2"
15+
author="ton-blockchain"
16+
repo="mytonctrl"
2217
branch="master"
2318
mode="validator"
2419
network="mainnet"

scripts/ton_installer.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
#!/bin/bash
33
set -e
44

5-
#todo remove - debug only
6-
# fork tonstackers
7-
8-
95
# Проверить sudo
106
if [ "$(id -u)" != "0" ]; then
117
echo "Please run script as root"
@@ -23,7 +19,7 @@ while getopts ":c:v:h" flag; do
2319
esac
2420
done
2521

26-
echo " config 42: ${config}"
22+
echo "config: ${config}"
2723
echo "checkout to ${ton_node_version}"
2824

2925
# Цвета

0 commit comments

Comments
 (0)