instl
Instl is an installer that installs GitHub projects on your system with a single command.
Installation
|
Documentation
|
Contributing
Instl is an installer that installs GitHub projects on your system with a single command.
Additionally, Instl provides a server that generates dynamic scripts that install a GitHub project.
To use the server you can use the following commands:
Windows
iwr -useb instl.sh/username/reponame/windows | iex
macOS
sudo /bin/bash -c "$(curl -fsSL instl.sh/username/reponame/macos)"
Linux
curl -fsSL instl.sh/username/reponame/linux | sudo bash
(Replace username and reponame with the GitHub project you want to install)
These commands can be executed from any system and install the respective GitHub project.
You can also provide these commands to your users to make your GitHub project easily installable.
Installation
Run the following command in a terminal and you're ready to go!
Windows
iwr -useb instl.sh/instl-sh/instl/windows | iex
macOS
/bin/bash -c "$(curl -fsSL instl.sh/instl-sh/instl/macos)"
Linux
curl -fsSL instl.sh/instl-sh/instl/linux | sudo bash