Sign inSign up

instalcli/instal

By instalcli

Updated over 4 years ago

🛰️ Install any binary app from a script URL.

Image
1

157

instalcli/instal repository overview

🛰️ Install any binary app from a script URL.

Installation

Via Docker
docker run -it instalcli/instal
Using script
  • Shell
curl -fsSL https://bit.ly/instal-cli | bash
  • PowerShell
iwr -useb https://bit.ly/instal-win | iex

then restart your powershell

Homebrew
brew install abdfnx/tap/instal
GitHub CLI
gh extension install abdfnx/gh-instal

Usage

  • Open Instal UI
instal
  • Install binary app from script URL and run it
instal <SCRIPT_URL>

Flags

      --help           Help for instal
  -H, --hidden         hide the output
  -s, --shell string   shell to use (Default: bash | powershell)

Examples

instal https://get.docker.com

instal https://https://getmic.ro --shell sh
License

instal is licensed under the terms of MIT license.

Tag summary

Content type

Image

Digest

Size

12.1 MB

Last updated

over 4 years ago

docker pull instalcli/instal