mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-29 04:13:51 +01:00
backticks
This commit is contained in:
parent
2aec6ee66f
commit
5376aca542
|
@ -39,10 +39,10 @@ sudo apt install nix
|
||||||
```
|
```
|
||||||
|
|
||||||
On Alpine, you first have to add the "testing" repo.
|
On Alpine, you first have to add the "testing" repo.
|
||||||
This is part of the edge branch.
|
This is part of the `edge` branch.
|
||||||
As far as I know, you _could in theory_ get away with just adding the "testing" repo and not moving the rest of your system over to edge, but I highly doubt that will do any good for the stability of your system.
|
As far as I know, you _could in theory_ get away with just adding the "testing" repo and not moving the rest of your system over to `edge`, but I highly doubt that will do any good for the stability of your system.
|
||||||
|
|
||||||
Moving your system over to the edge branch is done by opening `/etc/apk/repositories`, uncommenting the mirrors referring to `edge` and commenting out the lines referring to (at time of writing) version `3.16`.
|
Moving your system over to the `edge` branch is done by opening `/etc/apk/repositories`, uncommenting the mirrors referring to `edge` and commenting out the lines referring to (at time of writing) version `3.16`.
|
||||||
|
|
||||||
From there, run...
|
From there, run...
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue