diff --git a/src/glacier.conf b/src/glacier.conf index bc55023..048c1dc 100755 --- a/src/glacier.conf +++ b/src/glacier.conf @@ -3,31 +3,10 @@ # For more information on each of these options, see https://git.everest # -# Repositories Glacier will use +# Repository Glacier will download programs from - #[world] - export GREPO1="https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/world" # System Software - - #[galaxy] - export GREPO2="https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/galaxy" # GPL Only Software - - #[universe] - export GREPO3="https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/universe" # All Open Source Software - - #[multiverse] - #export GREPO4=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/multiverse # Proprietary Software - - #[world-testing] - #export GREPO5=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/world-testing - - #[galaxy-testing] - #export GREPO6=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/galaxy-testing - - #[universe-testing] - #export GREPO7=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/universe-testing - - #[multiverse-testing] - #export GREPO8=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/multiverse-testing + export GREPO="https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main" + export ALLOWED_REPOS=("world" "galaxy" "universe" "multiverse") # Define colors and unicode symbols to be used export red="\033[1;31m" @@ -47,8 +26,8 @@ #export GLACIER_DOWNLOAD_BACKEND="aria2c" # Enable/disable package integrity checking -# This option requires Python to be installed # WARNING: Keeping this enabled is strongly recommended. +# This option ensures all packages from the repositories are genuine. export GLACIER_DO_INT_CHECK="true"