Skip to content

Instantly share code, notes, and snippets.

@wonderbeyond
Created January 17, 2023 01:56
Show Gist options
  • Save wonderbeyond/90b1b9dd4bc5e0ca64e0afe04075a1d7 to your computer and use it in GitHub Desktop.
Save wonderbeyond/90b1b9dd4bc5e0ca64e0afe04075a1d7 to your computer and use it in GitHub Desktop.
Replace apt source mirror using sed
sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list
@wonderbeyond
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment