From c67ea416d3f9a30c61852befa32d3852945276ed Mon Sep 17 00:00:00 2001 From: everest Date: Tue, 3 May 2022 20:41:17 +0000 Subject: [PATCH] Update glacier.conf --- glacier.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/glacier.conf b/glacier.conf index 80d1a7a..d7a7951 100644 --- a/glacier.conf +++ b/glacier.conf @@ -1,14 +1,14 @@ # Glacier configuration file # Repositories Glacier will use -GREPO1=world # System Software -GREPO2=galaxy # GPL Only Software -GREPO3=universe # All Open Source Software -#GREPO4=multiverse # Proprietary Software -#GREPO5=world-testing -#GREPO6=galaxy-testing -#GREPO7=universe-testing -#GREPO8=multiverse-testing +GREPO1=https://github.com/everest-linux/glacier-pkgs/raw/main/world # System Software +GREPO2=https://github.com/everest-linux/glacier-pkgs/raw/main/galaxy # GPL Only Software +GREPO3=https://github.com/everest-linux/glacier-pkgs/raw/main/universe # All Open Source Software +#GREPO4=https://github.com/everest-linux/glacier-pkgs/raw/main/multiverse # Proprietary Software +#GREPO5=https://github.com/everest-linux/glacier-pkgs/raw/main/world-testing +#GREPO6=https://github.com/everest-linux/glacier-pkgs/raw/main/galaxy-testing +#GREPO7=https://github.com/everest-linux/glacier-pkgs/raw/main/universe-testing +#GREPO8=https://github.com/everest-linux/glacier-pkgs/raw/main/multiverse-testing # Define colors and unicode symbols to be used export red="\033[1;31m"