Skip to content

Instantly share code, notes, and snippets.

@dixyes
Created March 24, 2022 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dixyes/48660b4a2539ee9c8272066450fe2aef to your computer and use it in GitHub Desktop.
Save dixyes/48660b4a2539ee9c8272066450fe2aef to your computer and use it in GitHub Desktop.
#!/bin/sh
mirror_host='mirrors.ustc.edu.cn'
sed -i 's|^#baseurl=|baseurl=|g' /etc/yum.repos.d/fedora*
sed -i 's|^metalink=|#metalink=|g' /etc/yum.repos.d/fedora*
sed -i 's|^download.example/pub/fedora/linux|'"${mirror_host}"'/fedora|g' /etc/yum.repos.d/fedora*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment