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

相关推荐
>Andre<26 分钟前
UFS5.0标准中文全译·卷一:范围、术语与架构
android·linux·嵌入式硬件
用户05101225729634 分钟前
Linux下有关QT显示环境变量设置
linux·嵌入式
闲云自留地36 分钟前
告别命令恐惧症,openEuler 基础操作 + 文本 + 网络管理实战
linux·运维·云计算
剑指offer.1 小时前
ARM裸机开发-点亮LED灯
linux·服务器·嵌入式硬件
GeW1 小时前
工作忙.基础弱,也能快速拿RHCE?这套方法亲测有效
linux
Julien20042 小时前
自动挂载网络附加存储
linux·服务器·网络
codigger2 小时前
服务器又卡了?一篇讲透 Linux 性能排查(基础四件套 + perf/strace/火焰图)
linux·后端·性能优化
顶点多余3 小时前
9.18 面试题总结 --- 绿盟
linux·面试
挖掘狂人3 小时前
当生产环境"变慢",我用这套 perf + strace 30 分钟定位瓶颈
linux·运维·性能优化
傲世仙尊5 小时前
IO流起步-从fopen到文件描述符fd
linux