homeserver/roles/mgrote_apt_manage_sources/vars/mint.yaml

9 lines
491 B
YAML

---
# Repositories
repos:
- "deb http://packages.linuxmint.com victoria main upstream import backport"
- "deb http://de.archive.ubuntu.com/ubuntu jammy main restricted universe multiverse" # TODO
- "deb http://de.archive.ubuntu.com/ubuntu jammy-updates main restricted universe multiverse"
- "deb http://de.archive.ubuntu.com/ubuntu jammy-security main restricted universe multiverse"
- "deb http://de.archive.ubuntu.com/ubuntu jammy-backports main restricted universe multiverse"