Install Linux Node - mango tests
Help newbie Linux people to install crypto project nodes easier. Currently, just a try for mangonote on ubuntu OS
Create a new Linux user called 'mango' :
# Become root
sudo su
# create new user
adduser -q mango
# carefully input mango password then...
# ...become mango
su - mango
sudo apt install -y git
git clone https://github.com/LeChatNoir69/init-Linux-Nodes
cd init-Linux-Nodes
./init
If everything went well, you should be able to start your mango node and wallet.