Skip to content

Commit

Permalink
Merge pull request #75 from Adamant-im/chore/update-scripts
Browse files Browse the repository at this point in the history
Chore/update scripts
  • Loading branch information
martiliones authored Nov 1, 2023
2 parents e60a21e + e2b3b66 commit 3c8a50c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/install_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ while getopts 'b:n:j:' OPTION; do
done

printf "\n"
printf "Welcome to the ADAMANT node installer v2.1.0 for Ubuntu 18, 20, 22. Make sure you got this file from adamant.im website or GitHub.\n"
printf "Welcome to the ADAMANT node installer v2.1.1 for Ubuntu 18, 20, 22. Make sure you got this file from adamant.im website or GitHub.\n"
printf "This installer is the easiest way to run ADAMANT node. We still recommend to consult IT specialist if you are not familiar with Linux systems.\n"
printf "You can see full installation instructions on https://medium.com/adamant-im/how-to-run-your-adamant-node-on-ubuntu-990e391e8fcc\n"
printf "The installer will ask you to set database and user passwords during the installation.\n"
Expand Down Expand Up @@ -138,7 +138,7 @@ su - "$username" <<EOSU
#NodeJS
printf "\n\nInstalling nvm & node.js…\n\n"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
source ~/.nvm/nvm.sh
source ~/.profile
source ~/.bashrc
Expand Down
6 changes: 3 additions & 3 deletions tools/install_node_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ while getopts 'b:n:j:' OPTION; do
printf "\nNodejs should be 'gallium' = '16', or 'hydrogen' = '18'.\n\n"
exit 1
fi
;;
;;
*)
printf "\nWrong parameters. Use '-b' for branch, '-t' for network.\n\n"
exit 1
Expand All @@ -48,7 +48,7 @@ while getopts 'b:n:j:' OPTION; do
done

printf "\n"
printf "Welcome to the ADAMANT node installer v2.1.0 for CentOS 8. Make sure you got this file from adamant.im website or GitHub.\n"
printf "Welcome to the ADAMANT node installer v2.1.1 for CentOS 8. Make sure you got this file from adamant.im website or GitHub.\n"
printf "This installer is the easiest way to run ADAMANT node. We still recommend to consult IT specialist if you are not familiar with Linux systems.\n"
printf "You can see full installation instructions (though for Ubuntu) on https://medium.com/adamant-im/how-to-run-your-adamant-node-on-ubuntu-990e391e8fcc\n"
printf "The installer will ask you to set database and user passwords during the installation.\n"
Expand Down Expand Up @@ -146,7 +146,7 @@ su - "$username" <<EOSU
#NodeJS
printf "\n\nInstalling nvm & node.js…\n\n"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
source ~/.nvm/nvm.sh
source ~/.profile
source ~/.bashrc
Expand Down

0 comments on commit 3c8a50c

Please sign in to comment.