Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Last active September 6, 2019 10:24
Show Gist options
  • Save VirtuBox/df2b3fda6087dd23f9a8e191ab6a4846 to your computer and use it in GitHub Desktop.
Save VirtuBox/df2b3fda6087dd23f9a8e191ab6a4846 to your computer and use it in GitHub Desktop.
ubuntu sources.list
wget -O /etc/apt/sources.list https://vtb.cx/$(lsb_release -sc)-list
#------------------------------------------------------------------------------#
# FR UBUNTU Bionic REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
###### Ubuntu Update Repos
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
#------------------------------------------------------------------------------#
# UBUNTU Xenial REPOS #
#------------------------------------------------------------------------------#
deb http://archive.ubuntu.com/ubuntu xenial main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu xenial-updates main restricted multiverse universe
deb http://archive.ubuntu.com/ubuntu xenial-backports main restricted multiverse universe
deb http://security.ubuntu.com/ubuntu xenial-security main restricted multiverse universe
#------------------------------------------------------------------------------#
# FR UBUNTU Xenial REPOS #
#------------------------------------------------------------------------------#
###### Ubuntu Main Repos
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
###### Ubuntu Update Repos
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment