Do not follow this link

~heckyel/hyperfi

Warning is repo Testing Hyperbola Fast Installer: tutorial installer
e1e842fd — Jesús 2 years ago
README.md: fix typo
f1cab898 — Jesús 2 years ago
README.md: fix typo
266282f4 — Jesús 2 years ago
CONTRIBUTING.md: remove ":"

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~heckyel/hyperfi
read/write
git@git.sr.ht:~heckyel/hyperfi

You can also use your local clone with git send-email.

#hyperfi

Just a simple bash script wizard to install Hyperbola after you have booted on the official Hyperbola install media.

With this script, you can install Hyperbola with two simple terminal commands.

This wizard is made to install minimum packages (Base, bootloader and optionally hyperdi).

#How to use

First, boot with the last Hyperbola image with a bootable device.

Then make sure you have Internet connection on the HyperISO. If you have a wireless connection the wpa_supplicant -B -i <name-device> -c <(wpa_passphrase "ssid" "psk") command might be useful to you. You can also read the Network configuration from the Hyperbola guide for more detailed instructions.

Then download the script with from the command line:

$ curl -L https://0x0.st/NlXF -o hyperfi

Finally, launch the script:

$ sh hyperfi

Then follow the on-screen instructions to completion.

If you require extra help, visit the provided video playlist and follow my example.

#More custom install

$ sh hyperfi -cpl {URL of your custom package list}

You can find a sample custom package list file in the samples folder.

#For developers

You can test your script with this command:

$ sh hyperfi -t {username} {branchname}

Example:

$ sh hyperfi -t matmoul master
Do not follow this link