Skip to content

A simple script to install heroku CLI on Termux android app

License

Notifications You must be signed in to change notification settings

ElissonRodrigues/Termux-heroku-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termux-heroku-cli

Contact using TelegramGithub

Hits


A simple bash script to install heroku CLI on Termux android app with a single click.

Installation:

Just paste the below code in your termux and Done!. Everything will be automatically installed.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ElissonRodrigues/Termux-heroku-cli/master/install1.sh)"

If this code doesn't work, try this one:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ElissonRodrigues/Termux-heroku-cli/master/install2.sh)"

Getting started:

  1. Login using heroku login -i
  2. Create app using heroku create <app name>
  3. For a list of commands available heroku help
  4. For more info visit : https://devcenter.heroku.com/articles/using-the-cli

About

A simple script to install heroku CLI on Termux android app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%