2022-06-03 06:10:49 +08:00
2022-05-25 23:14:50 +08:00
2021-04-27 18:31:57 -05:00
2022-05-24 06:48:37 +08:00
2022-05-26 03:34:24 +08:00
2022-05-25 23:14:50 +08:00
2016-12-21 00:42:15 +01:00
2022-06-03 06:10:49 +08:00

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
Description
Warning is repo Testing Hyperbola Fast Installer: tutorial installer
Readme GPL-3.0 536 KiB
Languages
Shell 100%