https://github.com/fixpoint/kroker-install
Kroker installation script
https://github.com/fixpoint/kroker-install
fixpoint installer installer-script kroker
Last synced: about 1 year ago
JSON representation
Kroker installation script
- Host: GitHub
- URL: https://github.com/fixpoint/kroker-install
- Owner: fixpoint
- License: mit
- Created: 2023-07-20T02:18:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T03:07:20.000Z (almost 3 years ago)
- Last Synced: 2023-07-20T04:22:58.764Z (almost 3 years ago)
- Topics: fixpoint, installer, installer-script, kroker
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kroker-install
This is the Kroker installation script.
## Usage
To install the latest version of Kroker to `$HOME/.kroker`, use the following command:
```console
$ curl -sSL https://raw.githubusercontent.com/fixpoint/kroker-install/main/install.sh | sh -s
```
If you want to overwrite an existing Kroker installation with the latest version, use the `-y` option like this:
```console
$ curl -sSL https://raw.githubusercontent.com/fixpoint/kroker-install/main/install.sh | sh -s -- -y
```
If you prefer to specify a specific version, use the `-v VERSION` option like this:
```console
$ curl -sSL https://raw.githubusercontent.com/fixpoint/kroker-install/main/install.sh | sh -s -- -v v1.1.0
```
To install Kroker to a custom destination directory, use the `-d DEST` option like this:
```console
$ curl -sSL https://raw.githubusercontent.com/fixpoint/kroker-install/main/install.sh | sh -s -- -d /opt/fixpoint/kroker
```
(Note: The above commands assume you have the necessary permissions to perform the installation.)