mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 23:55:46 +03:00
STAM
511a8a115a
update requirements.txt github actions runs-on: ubuntu-24.04 make pip fix - failsafe - systemwide zabbix 7 + zabbix fixes cleanup ci wip: fixes, nginx update, support update wip: bookworm 12 base updates wip: requirements.txt cleanup zabbix USER fix WIP: debian 12 develop improvements
18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
#------------------------------------------------------------------------------#
|
|
# OFFICIAL UBUNTU REPOS #
|
|
#------------------------------------------------------------------------------#
|
|
|
|
###### Ubuntu Main Repos
|
|
deb http://mirror.yandex.ru/ubuntu/ noble main restricted universe multiverse
|
|
deb-src http://mirror.yandex.ru/ubuntu/ noble main restricted universe multiverse
|
|
|
|
###### Ubuntu Update Repos
|
|
deb http://ru.archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
|
|
deb http://ru.archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
|
|
deb http://ru.archive.ubuntu.com/ubuntu/ noble-proposed main restricted universe multiverse
|
|
deb http://ru.archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
|
|
deb-src http://ru.archive.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
|
|
deb-src http://ru.archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse
|
|
deb-src http://ru.archive.ubuntu.com/ubuntu/ noble-proposed main restricted universe multiverse
|
|
deb-src http://ru.archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
|