Browse Source
Merge pull request #544 from dellgreen/dpg/MEN-6306/addUbuntuJammyClientSupport
Add support for installing mender client for ubuntu jammy conversions
4.0.x
Kristian Amlie
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
configs/mender_convert_config
|
|
@ -155,7 +155,7 @@ MENDER_APT_REPO_URL="${MENDER_STORAGE_URL}/repos/debian" |
|
|
|
|
|
|
|
# Mender APT repo available distributions, do not modify this unless you know |
|
|
|
# what you are doing. |
|
|
|
MENDER_APT_REPO_DISTS="debian/buster debian/bullseye ubuntu/bionic ubuntu/focal" |
|
|
|
MENDER_APT_REPO_DISTS="debian/buster debian/bullseye ubuntu/bionic ubuntu/focal ubuntu/jammy" |
|
|
|
|
|
|
|
# Mender GitHub organization URL prefix |
|
|
|
MENDER_GITHUB_ORG="https://github.com/mendersoftware" |
|
|
|