We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bc00d commit b12669dCopy full SHA for b12669d
scripts/install.sh
@@ -70,7 +70,7 @@ done
70
71
if (( $# == 0 )); then # no arguments
72
echo "Running cli installer"
73
- wget https://raw.githubusercontent.com/yungwine/mytonctrl/cli/scripts/install.py
+ wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.py
74
pip3 install inquirer
75
python3 install.py
76
# python3 scripts/install.py
0 commit comments