Update 'src/glacier.conf'
This commit is contained in:
parent
a11e8330c0
commit
f029628842
@ -3,31 +3,10 @@
|
|||||||
# For more information on each of these options, see https://git.everest
|
# For more information on each of these options, see https://git.everest
|
||||||
#
|
#
|
||||||
|
|
||||||
# Repositories Glacier will use
|
# Repository Glacier will download programs from
|
||||||
|
|
||||||
#[world]
|
export GREPO="https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main"
|
||||||
export GREPO1="https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/world" # System Software
|
export ALLOWED_REPOS=("world" "galaxy" "universe" "multiverse")
|
||||||
|
|
||||||
#[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
|
|
||||||
|
|
||||||
# Define colors and unicode symbols to be used
|
# Define colors and unicode symbols to be used
|
||||||
export red="\033[1;31m"
|
export red="\033[1;31m"
|
||||||
@ -47,8 +26,8 @@
|
|||||||
#export GLACIER_DOWNLOAD_BACKEND="aria2c"
|
#export GLACIER_DOWNLOAD_BACKEND="aria2c"
|
||||||
|
|
||||||
# Enable/disable package integrity checking
|
# Enable/disable package integrity checking
|
||||||
# This option requires Python to be installed
|
|
||||||
# WARNING: Keeping this enabled is strongly recommended.
|
# WARNING: Keeping this enabled is strongly recommended.
|
||||||
|
# This option ensures all packages from the repositories are genuine.
|
||||||
|
|
||||||
export GLACIER_DO_INT_CHECK="true"
|
export GLACIER_DO_INT_CHECK="true"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user