Skip to content

Instantly share code, notes, and snippets.

@xorpaul
Created November 26, 2024 11:48
Show Gist options
  • Save xorpaul/a462a6240f6cc4cfb2666bd0f780c5ea to your computer and use it in GitHub Desktop.
Save xorpaul/a462a6240f6cc4cfb2666bd0f780c5ea to your computer and use it in GitHub Desktop.

switch to Ubuntu mirror

sed -i 's/de.archive.ubuntu.com/ftp.uni-stuttgart.de/g' /etc/apt/sources.list /etc/apt/sources.list.d/* && sed -i 's/archive.ubuntu.com/ftp.uni-stuttgart.de/g' /etc/apt/sources.list /etc/apt/sources.list.d/* && sed -i 's/security.ubuntu.com/ftp.uni-stuttgart.de/g' /etc/apt/sources.list /etc/apt/sources.list.d/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment