Update 'scripts/glacier.conf'
This commit is contained in:
parent
5beabdbca4
commit
8749f46706
@ -4,14 +4,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Repositories Glacier will use
|
# Repositories Glacier will use
|
||||||
GREPO1=https://github.com/everest-linux/glacier-pkgs/raw/main/world # System Software
|
GREPO1=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/world # System Software
|
||||||
GREPO2=https://github.com/everest-linux/glacier-pkgs/raw/main/galaxy # GPL Only Software
|
GREPO2=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/galaxy # GPL Only Software
|
||||||
GREPO3=https://github.com/everest-linux/glacier-pkgs/raw/main/universe # All Open Source Software
|
GREPO3=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/universe # All Open Source Software
|
||||||
#GREPO4=https://github.com/everest-linux/glacier-pkgs/raw/main/multiverse # Proprietary Software
|
#GREPO4=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/multiverse # Proprietary Software
|
||||||
#GREPO5=https://github.com/everest-linux/glacier-pkgs/raw/main/world-testing
|
#GREPO5=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/world-testing
|
||||||
#GREPO6=https://github.com/everest-linux/glacier-pkgs/raw/main/galaxy-testing
|
#GREPO6=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/galaxy-testing
|
||||||
#GREPO7=https://github.com/everest-linux/glacier-pkgs/raw/main/universe-testing
|
#GREPO7=https://git.everestlinux.org/EverestLinux/glacier-pkgs/raw/branch/main/universe-testing
|
||||||
#GREPO8=https://github.com/everest-linux/glacier-pkgs/raw/main/multiverse-testing
|
#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"
|
||||||
@ -23,3 +23,7 @@ export check="\xE2\x9C\x93"
|
|||||||
export error="\xE2\x9C\x95"
|
export error="\xE2\x9C\x95"
|
||||||
export warning="\x21"
|
export warning="\x21"
|
||||||
export question="\x3F"
|
export question="\x3F"
|
||||||
|
|
||||||
|
#
|
||||||
|
# end /etc/glacier.conf
|
||||||
|
#
|
Loading…
Reference in New Issue
Block a user