php <(curl -s https://gist.githubusercontent.com/jbuncle/8e479343cfeb785046e3c6fe1a73dcce/raw/nexus-upload.php) \
         --repository=https://example.nexus.repo.com/repository/composer-repo/ \
         --username=publisher-user \
         --password=$NEXUS_PASS \
         --version=$CI_COMMIT_TAG###Step by step
- Install smartmontools with 
sudo apt-get install smartmontools 
- Create a new telegram bot via the botfather (see https://core.telegram.org/bots#3-how-do-i-create-a-bot).
You will need the token of the bot from 
botfather. - Initiate a chat with your new bot.
 - Send a GET to 
https://api.telegram.org/bot{YOUR_TOKEN}/getUpdates.