Fix Kubuntu's donation and internet check links

ubuntu/oracular
Aaron Rainbolt 5 days ago
parent 0d29c20385
commit be748bed19

7
debian/changelog vendored

@ -1,3 +1,10 @@
calamares-settings-ubuntu (1:24.10.2) UNRELEASED; urgency=medium
* kubuntu: Change donate URL to point to Kubuntu's donation page
* kubuntu: Use networkcheck.kde.org for checking for an Internet connection
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 12 Jun 2024 23:26:13 -0500
calamares-settings-ubuntu (1:24.10.1) oracular; urgency=medium
* Welcome to Oracular Oriole!

@ -3,12 +3,12 @@ showSupportUrl: true
showKnownIssuesUrl: true
showReleaseNotesUrl: true
# WARNING: Calamares documentation indicates that showDonateUrl will be moved to branding in the future. Be prepared for things to break right here.
showDonateUrl: https://lubuntu.me/donate/
showDonateUrl: https://kubuntu.org/donate/
requirements:
requiredStorage: 8
requiredRam: 0.5
internetCheckUrl: https://lubuntu.me
internetCheckUrl: https://networkcheck.kde.org
check:
- storage

@ -3,7 +3,7 @@ showSupportUrl: true
showKnownIssuesUrl: true
showReleaseNotesUrl: true
# WARNING: Calamares documentation indicates that showDonateUrl will be moved to branding in the future. Be prepared for things to break right here.
showDonateUrl: https://lubuntu.me/donate/
showDonateUrl: https://kubuntu.org/donate/
requirements:
requiredStorage: 8

Loading…
Cancel
Save