armbian 一键换源

复制代码

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --source mirrors.tuna.tsinghua.edu.cn --updata-software false --web-protocol http

+-----------------------------------+

| ⡇ ⠄ ⣀⡀ ⡀⢀ ⡀⢀ ⡷⢾ ⠄ ⡀⣀ ⡀⣀ ⢀⡀ ⡀⣀ ⢀⣀ |

| ⠧⠤ ⠇ ⠇⠸ ⠣⠼ ⠜⠣ ⠇⠸ ⠇ ⠏ ⠏ ⠣⠜ ⠏ ⠭⠕ |

+-----------------------------------+

欢迎使用 GNU/Linux 更换系统软件源脚本

运行环境 Armbian-unofficial 23.11.0-trunk bookworm ARMv7

系统时间 2024-04-11 21:45:38 Asia/Shanghai

└─ 检测到系统中存在已备份的 sources.list 源文件,是否跳过覆盖备份? [Y/n] n

'/etc/apt/sources.list' -> '/etc/apt/sources.list.bak'

'/etc/apt/sources.list.d/armbian.list' -> '/etc/apt/sources.list.d/armbian.list.bak'

完成\] 已备份原有 armbian.list 源文件 \[ \>_ \] 开始更新软件源... Hit:1 http://mirrors.tuna.tsinghua.edu.cn/debian bookworm InRelease Hit:2 http://mirrors.tuna.tsinghua.edu.cn/debian bookworm-updates InRelease Hit:3 http://mirrors.tuna.tsinghua.edu.cn/debian bookworm-backports InRelease Hit:4 http://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security InRelease Hit:5 http://deb.debian.org/debian bookworm-backports InRelease Get:6 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm InRelease \[53.3 kB

Get:7 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/main all Packages [4,650 B]

Get:8 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/main armhf Packages [86.0 kB]

Get:9 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/main all Contents (deb) [31.7 kB]

Get:10 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/main armhf Contents (deb) [2,112 kB]

Get:11 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-utils armhf Packages [11.1 kB]

Get:12 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-utils all Packages [2,357 B]

Get:13 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-utils all Contents (deb) [12.1 kB]

Get:14 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-utils armhf Contents (deb) [18.2 kB]

Get:15 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-desktop all Packages [933 B]

Get:16 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-desktop armhf Packages [1,984 B]

Get:17 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-desktop armhf Contents (deb) [7,694 B]

Get:18 http://mirrors.tuna.tsinghua.edu.cn/armbian bookworm/bookworm-desktop all Contents (deb) [385 B]

Fetched 2,343 kB in 8s (298 kB/s)

Reading package lists... Done

成功\] 软件源更换完毕 ---------- 脚本执行结束 ---------- Powered by https://linuxmirrors.cn

相关推荐
kfepiza7 分钟前
Linux的NetworkManager的nmcli配置网桥(bridge) 笔记250712
linux·运维·网络·笔记·tcp/ip·ip·tcp
麟城Lincoln10 分钟前
【Linux-云原生-笔记】系统引导修复(grub、bios、内核、系统初始化等)
linux·笔记·云原生·bios·grub·系统修复·系统引导
53Hz14 分钟前
【问题记录】kmemleak 定位内存泄露
linux
53Hz14 分钟前
【调试工具】taskset 设置处理器的亲和度
linux
真成运维15 分钟前
生产环境变更 AppSpace存储切换
linux
53Hz20 分钟前
【调试工具】coredump 使用示例
linux
53Hz20 分钟前
【问题记录】进程调度导致 UDP 丢包问题分析
linux
53Hz22 分钟前
【调试工具】pstore 工具配置及使用
linux
53Hz23 分钟前
【问题记录】如何打包两个dtb文件
linux
hweiyu0038 分钟前
Linux 命令:less
linux·数据库