mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 15:51:12 +00:00
23 lines
574 B
Plaintext
23 lines
574 B
Plaintext
|
---
|
||
|
# Which base URL to use for the archive.
|
||
|
#
|
||
|
# This assumes that your mirror URLs are under XX.baseURL
|
||
|
baseUrl: archive.ubuntu.com
|
||
|
|
||
|
# Package manager backend to use. Currently only supports apt.
|
||
|
backend: apt
|
||
|
|
||
|
# Distribution that this is based off of.
|
||
|
# This is so we can make safe assumptions for the contents of
|
||
|
# sources.list-like files.
|
||
|
distribution: Ubuntu
|
||
|
|
||
|
# URL for a JSON file which looks something like the following:
|
||
|
# {
|
||
|
# "GB": "gb"
|
||
|
# "US": "us"
|
||
|
# }
|
||
|
#
|
||
|
# This would then allow for a URL like us.baseURL
|
||
|
mirrorList: https://mirrorlist.lubuntu.me/list.json
|