Update Alpine Linux mirror example
This commit is contained in:
parent
31f08f4ec2
commit
d8c324bc98
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ If you want to run this guide with root, ignore the `doas` at the beginning of t
|
|||
|
||||
### Prepare the system
|
||||
|
||||
* The community repository must be enabled in `/etc/apk/repositories`. Depending on which version and mirror you use this looks like `http://alpine.42.fr/v3.16/community`. If you autogenerated the mirror during installation:
|
||||
* The community repository must be enabled in `/etc/apk/repositories`. Depending on which version and mirror you use this looks like `https://dl-5.alpinelinux.org/alpine/v3.16/community`. If you autogenerated the mirror during installation:
|
||||
|
||||
```shell
|
||||
awk 'NR==2' /etc/apk/repositories | sed 's/main/community/' | tee -a /etc/apk/repositories
|
||||
|
|
Loading…
Reference in a new issue