mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 18:03:49 +02:00
update repo-script
This commit is contained in:
19
sh_scripts/repos/ubuntu-22.04.txt
Normal file
19
sh_scripts/repos/ubuntu-22.04.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
#------------------------------------------------------------------------------#
|
||||
# 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
|
||||
19
sh_scripts/repos/ubuntu-24.04.txt
Normal file
19
sh_scripts/repos/ubuntu-24.04.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
#------------------------------------------------------------------------------#
|
||||
# OFFICIAL UBUNTU REPOS #
|
||||
#------------------------------------------------------------------------------#
|
||||
|
||||
|
||||
###### Ubuntu Main Repos
|
||||
deb http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
|
||||
deb http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
|
||||
|
||||
|
||||
###### Ubuntu Partner Repos
|
||||
deb http://archive.canonical.com/ubuntu noble partner
|
||||
deb-src http://archive.canonical.com/ubuntu noble partner
|
||||
Reference in New Issue
Block a user