Skip to content

Linux

Replace apt soucre

Add apt mirrors from linuxmirrors.cn.

中国大陆(默认)
wget https://linuxmirrors.cn/main.sh
sudo bash main.sh
中国大陆教育网
wget https://linuxmirrors.cn/main.sh
sudo bash main.sh --edu
海外地区
wget https://linuxmirrors.cn/main.sh
sudo bash main.sh --abroad
GitHub
sudo bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)
Gitee
sudo bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

Install Docker

wget https://linuxmirrors.cn/docker.sh
sudo bash docker.sh