./install-linux.sh
#this command will generate new user "deploy"
Copy installer folder to deploy home
cd ~/
cp -Rf ./installer /home/deploy/installer
chown -R deploy.deploy /home/deploy/installer
Switch to user "deploy" and Verify the installation
sudo su deploy
cd ~/
ls -al /usr/local/bin/cortensord
ls -al $HOME/.cortensor/bin/cortensord
ls -al /etc/systemd/system/cortensor.service
ls -al $HOME/.cortensor/bin/start-cortensor.sh
ls -al $HOME/.cortensor/bin/stop-cortensor.sh
docker version
ipfs version
Note : If the output similiar this and no error found your installation is success