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