about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-01-15 23:15:42 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-01-15 23:15:49 +0100
commit5ad85554ae52a3ce3223108f0f946db8d60c11ec (patch)
treea1e66c8114e4a61f956f5f418dffc4a43a0484d9 /installer.sh.in
parent600653211afb9678545a4249dbd15182e75162a1 (diff)
downloadhrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.tar.gz
hrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.tar.xz
hrmpf-5ad85554ae52a3ce3223108f0f946db8d60c11ec.zip
switch to voidlinux.org
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 969953f..204d2fe 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -88,7 +88,7 @@ WIDGET_SIZE="10 70"
 DIALOG() {
     rm -f $ANSWER
     dialog --colors --keep-tite --no-shadow --no-mouse \
-        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \
+        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.org/ (@@MKLIVE_VERSION@@)${RESET}" \
         --cancel-label "Back" --aspect 20 "$@" 2>$ANSWER
     return $?
 }
@@ -96,7 +96,7 @@ DIALOG() {
 INFOBOX() {
     # Note: dialog --infobox and --keep-tite don't work together
     dialog --colors --no-shadow --no-mouse \
-        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \
+        --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.org/ (@@MKLIVE_VERSION@@)${RESET}" \
         --title "${TITLE}" --aspect 20 --infobox "$@"
 }
 
@@ -788,7 +788,7 @@ set_bootloader() {
 
 test_network() {
     rm -f xtraeme.asc && \
-        xbps-uhelper fetch http://repo.voidlinux.eu/live/xtraeme.asc >$LOG 2>&1
+        xbps-uhelper fetch http://alpha.de.repo.voidlinux.org/live/xtraeme.asc >$LOG 2>&1
     if [ $? -eq 0 ]; then
         DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
         NETWORK_DONE=1
@@ -1411,7 +1411,7 @@ Linux distribution made from scratch and built from the source package tree \
 available for XBPS, a new alternative binary package system.\n\n
 The installation should be pretty straightforward. If you are in trouble \
 please join us at ${BOLD}#voidlinux${RESET} on ${BOLD}irc.freenode.org${RESET}.\n\n
-${BOLD}http://www.voidlinux.eu${RESET}\n\n" 16 80
+${BOLD}http://www.voidlinux.org${RESET}\n\n" 16 80
 
 while true; do
     menu