From 49637c556f2f8f31f36f52e63d1e60fba2d2e07f Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 3 May 2024 20:19:09 +0530 Subject: [PATCH] fix(conf): remote url config --- calamares/modules/netinstall-communication.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/calamares/modules/netinstall-communication.conf b/calamares/modules/netinstall-communication.conf index 1de27d1..ac53c8b 100644 --- a/calamares/modules/netinstall-communication.conf +++ b/calamares/modules/netinstall-communication.conf @@ -76,8 +76,8 @@ # Net-based package list, with fallback to local file groupsUrl: - - http://example.com/calamares/netinstall.yaml - - file:///etc/calamares/modules/netinstall.yaml + - https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-calamares-config/master/calamares/modules/netinstall-communication.yaml + - file:///etc/calamares/modules/netinstall-communication.yaml @@ -132,11 +132,11 @@ required: false # - "Utilities" # Other strings should follow the translations format. label: - sidebar: "Package selection" + sidebar: "Communication" # sidebar[nl]: "Pakketkeuze" # sidebar[en_GB]: "Package choice" # sidebar[ja]: "知りません" # "I don't know" - title: "Office Package" + title: "Communication" # title[nl]: "Kantoorsoftware" # If, and only if, *groupsUrl* is set to the literal string `local`,