Skip to content

midoks/change-linux-mirrors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

change-linux-mirrors

  • 一键更换Linux系统源脚本
bash <(curl -sSL https://raw.githubusercontent.com/midoks/change-linux-mirrors/main/change-mirrors.sh)
  • Docker
bash <(curl -sSL https://raw.githubusercontent.com/midoks/change-linux-mirrors/main/docker.sh)

Stargazers over time

Stargazers over time

FAQ

  • 如果提示 Command 'curl' not found 则说明当前未安装 curl 软件包
yum install -y curl || apt-get install -y curl
  • 如果提示 Command 'wget' not found 则说明当前未安装 wget 软件包
yum install -y wget || apt-get install -y wget
  • 如果提示 bash: /proc/self/fd/11: No such file or directory,请切换至 Root 用户执行