咕噜云一键脚本

已复制到剪贴板!

ubuntu x86-ARM版本一键换源脚本

ubuntu多版本自动识别,脚本包含阿里源、网易源、腾讯源、清华源、华为源
bash <(curl -sL 107.149.212.83/sh/ubuntu.sh)
bash <(wget -qO- 107.149.212.83/sh/ubuntu.sh)
ubuntu ARM版本一键换源脚本
bash <(curl -sL 107.149.212.83/sh/ubuntu-arm.sh)

CentOS7 X86 -ARM一键换源脚本

CentOS7 X86版 阿里源、163、腾讯多个可选换源脚本
bash <(curl -sL 107.149.212.83/centos7.sh)
bash <(wget -qO- 107.149.212.83/centos7.sh)
CentOS7 ARM版 阿里源
bash <(curl -sL  107.149.212.83/centos7.sh)

kali一键换源

kali 多版本自动识别,脚本包含阿里源、网易源、腾讯源、清华源、华为源
bash <(curl -sL 107.149.212.83/sh/kali.sh)
bash <(wget -qO- 107.149.212.83/sh/kali.sh)
启动 SSH 服务
sudo systemctl start ssh

Debian一键换源脚本

bash <(curl -sL 107.149.212.83/sh/Debian.sh)
bash <(wget -qO- 107.149.212.83/sh/Debian.sh)

CentOS8 X86 换源

备份原有源,不备份也行
cd /etc/yum.repos.d/
mkdir repo_bak
mv *.repo repo_bak/