mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
20 lines
489 B
Markdown
20 lines
489 B
Markdown
---
|
|
category: help
|
|
layout: help
|
|
mirrorid: voidlinux
|
|
---
|
|
|
|
# Voidlinux 镜像使用帮助
|
|
|
|
使用如下命令替换为本镜像:
|
|
|
|
```
|
|
# mkdir -p /etc/xbps.d
|
|
# cp /usr/share/xbps.d/*-repository-*.conf /etc/xbps.d/
|
|
# sed -i 's|https://alpha.de.repo.voidlinux.org|https://{{ site.hostname }}/voidlinux|g' /etc/xbps.d/*-repository-*.conf
|
|
```
|
|
|
|
之后可用 `xbps-query -L` 检查是否正确替换。
|
|
|
|
参考[官方教程](https://docs.voidlinux.org/xbps/repositories/mirrors/changing.html)。
|