mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 18:03:49 +02:00
13 lines
743 B
Plaintext
13 lines
743 B
Plaintext
#------------------------------------------------------------------------------#
|
|
# OFFICIAL UBUNTU REPOS #
|
|
#------------------------------------------------------------------------------#
|
|
|
|
|
|
###### Ubuntu Main Repos
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
|
|
|
|
###### Ubuntu Update Repos
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse |