mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-11 02:43:49 +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/ jammy main restricted universe multiverse
|
|
deb-src http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
|
|
deb-src http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
|
|
deb-src http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse
|
|
deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
|
|
deb-src http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
|
|
|
|
|
|
###### Ubuntu Partner Repos
|
|
deb http://archive.canonical.com/ubuntu jammy partner
|
|
deb-src http://archive.canonical.com/ubuntu jammy partner |