mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-03-29 16:27:01 +08:00
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
---
|
|
mirrorId: alpine
|
|
---
|
|
|
|
Alpine Linux 是一个面向安全、轻量级的,基于 musl libc 与 busybox 项目的 Linux 发行版。
|
|
|
|
在终端输入以下命令以替换浙大镜像源:
|
|
|
|
```bash
|
|
sed -i 's/dl-cdn.alpinelinux.org/mirrors.zju.edu.cn/g' /etc/apk/repositories
|
|
```
|