mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 01:43:46 +02:00
20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
#------------------------------------------------------------------------------#
|
|
# OFFICIAL UBUNTU REPOS #
|
|
#------------------------------------------------------------------------------#
|
|
|
|
|
|
###### Ubuntu Main Repos
|
|
deb http://archive.ubuntu.com/ubuntu bionic main restricted
|
|
deb http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
|
|
|
|
###### Ubuntu Update Repos
|
|
deb http://archive.ubuntu.com/ubuntu bionic universe
|
|
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
|
|
deb http://archive.ubuntu.com/ubuntu bionic multiverse
|
|
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
|
|
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
|
|
deb http://security.ubuntu.com/ubuntu bionic-security main restricted
|
|
deb http://security.ubuntu.com/ubuntu bionic-security universe
|
|
deb http://security.ubuntu.com/ubuntu bionic-security multiverse |