Sha256: 0329a0d8240e6cc5f0aaa920e5aeb8ba2e19ce86843e2a343d1029ad0d2f9374
Contents?: true
Size: 720 Bytes
Versions: 2
Compression:
Stored size: 720 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
getch-0.0.3 | README.md |
getch-0.0.2 | README.md |