Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
/ instal Public archive

🛰 Install any binary app from a script URL.

License

Notifications You must be signed in to change notification settings

abdfnx/instal

Repository files navigation

🛰️ Install any binary app from a script URL.

this cli app is an alternative to the curl, wget and fetch in unix, and iwr in windows.

Installation

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

Via Docker

docker run -it instalcli/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.