Skip to content

Instantly share code, notes, and snippets.

@nexus166
Last active May 29, 2021 09:25
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 nexus166/4be68bd74404e884b018ca8ad23c5d0f to your computer and use it in GitHub Desktop.
Save nexus166/4be68bd74404e884b018ca8ad23c5d0f to your computer and use it in GitHub Desktop.
## ubuntu
deb http://archive.ubuntu.com/ubuntu/ disco main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ disco main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ disco-updates main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ disco-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
# deb-src http://archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu disco-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu disco-security main restricted universe multiverse
# deb http://archive.canonical.com/ubuntu disco partner
# deb-src http://archive.canonical.com/ubuntu disco partner
## docker
deb [arch=amd64] https://download.docker.com/linux/ubuntu disco edge test
# deb-src [arch=amd64] https://download.docker.com/linux/ubuntu disco stable edge
## virtualbox
deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian disco contrib
@sroka78
Copy link

sroka78 commented May 29, 2021

sed -i -e 's|disco|eoan|g' /etc/apt/sources.list <- to update&upgrade to eoan:
Distributor ID: Ubuntu
Description: Ubuntu 19.10
Release: 19.10
Codename: eoan

@nexus166
Copy link
Author

noted for my servers :) I use Arch as main now

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