Categorygithub.com/abdfnx/instal
modulepackage
0.1.0
Repository: https://github.com/abdfnx/instal.git
Documentation: pkg.go.dev

# README

🛰️ 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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author