From a15a4a69ac4ecbc7dbb75abd3279e53d7a1c6e14 Mon Sep 17 00:00:00 2001 From: pulux Date: Fri, 18 Aug 2017 09:16:31 +0200 Subject: [PATCH] update homepage url Closes: #126 [via git-merge-pr] --- installer.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh.in b/installer.sh.in index 7132ebf..1399155 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -94,7 +94,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 -- https://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \ --cancel-label "Back" --aspect 20 "$@" 2>$ANSWER return $? } @@ -102,7 +102,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 -- https://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \ --title "${TITLE}" --aspect 20 --infobox "$@" }