Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Created April 3, 2022 05:18
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 DevSecOpsGuy/e8f6dd5b85ef1a5309080439bf1e306f to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/e8f6dd5b85ef1a5309080439bf1e306f to your computer and use it in GitHub Desktop.
apt update
cp /etc/apt/sources.list /etc/apt/sources.list.old
sed -i 's|http://archive.ubuntu.com/ubuntu|http://mirror.xeonbd.com/ubuntu-archive/|g' /etc/apt/sources.list
apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment