Pavel Surkov 3 years ago
parent
commit
6846be46cb

+ 1 - 1
community-contributions/scriptnodeSetup/README.md

@@ -2,7 +2,7 @@
 
 
 Login as user, then do:
 Login as user, then do:
 ```bash
 ```bash
-sh -c "$(wget https://raw.githubusercontent.com/Joystream/community-repo/master/community-contributions/scriptnodeSetup/joystream-node-install.sh -Oq -)"
+sh -c "$(wget -q https://raw.githubusercontent.com/Joystream/community-repo/master/community-contributions/scriptnodeSetup/joystream-node-install.sh -O -)"
 ```
 ```
 
 
 Script will install the node. At the end of the installation, it will ask you what to name your node.   
 Script will install the node. At the end of the installation, it will ask you what to name your node.   

+ 1 - 1
community-contributions/scriptnodeSetup/joystream-node-install.sh

@@ -39,4 +39,4 @@ sudo systemctl daemon-reload
 sudo systemctl start joystream-node
 sudo systemctl start joystream-node
 sudo systemctl enable joystream-node
 sudo systemctl enable joystream-node
 
 
-echo -e "${GREEN}===============\nYour node is fully installed and running.\nNow go to the site (https://telemetry.polkadot.io/#list/Joystream) and find your node by the name you gave it.\n\nWait for complete synchronization and proceed to the next step - Validator Setup\n(read - https://github.com/Joystream/helpdesk/tree/master/roles/validators#validator-setup).\n===============\033[0m"
+echo "${GREEN}===============\nYour node is fully installed and running.\nNow go to the site (https://telemetry.polkadot.io/#list/Joystream) and find your node by the name you gave it.\n\nWait for complete synchronization and proceed to the next step - Validator Setup\n(read - https://github.com/Joystream/helpdesk/tree/master/roles/validators#validator-setup).\n===============\033[0m"