Sha256: 974398c5af18cac50a620b82d8e8d7b36aa8a338920254bd19b5e94767c288b3

Contents?: true

Size: 722 Bytes

Versions: 1

Compression:

Stored size: 722 Bytes

Contents

# Getch
A CLI tool to install Gentoo.

## Install
Getch is cryptographically signed, so add my public key (if you haven’t already) as a trusted certificate.  
With `gem` installed:

    $ gem cert --add <(curl -Ls https://raw.githubusercontent.com/szorfein/getch/master/certs/szorfein.pem)

    $ gem install getch -P HighSecurity

When you boot from an `iso`, you can install `ruby`, `getch` and correct your `PATH=` directly with the `bin/setup.sh`:

    # curl https://raw.githubusercontent.com/szorfein/getch/master/bin/setup.sh | sh
    # source ~/.zshrc # or ~/.bashrc

## Usage

    $ getch -h

## Examples
For a french user:

    # getch --username ninja --zoneinfo "Europe/Paris" --language fr_FR --keyboard fr

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
getch-0.0.4 README.md