aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: b864586c9a04b45dd761be10c1905e876b29ad89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# 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](https://www.hyperbola.info/download/) with a [bootable device](https://wiki.hyperbola.info/doku.php?id=en:guide:beginners).

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](https://conocimientoslibres.tuxfamily.org/guia-de-instalacion-de-hyperbola/#red) from the Hyperbola guide for more detailed instructions.

Then download the script with from the command line:

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

Finally, launch the script:

```console
$ 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

```console
$ 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:

```console
$ sh hyperfi -t {username} {branchname}
```

Example:

```console
$ sh hyperfi -t matmoul master
```