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