From 112a6a77756ff6afe6bffc544737171c05b19f15 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Aug 2013 12:16:29 +0200 Subject: Add -V option to show version to void-mk{live,rootfs} and installer in the title. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh.in') diff --git a/installer.sh.in b/installer.sh.in index 1ab2eff..43aa6c3 100644 --- a/installer.sh.in +++ b/installer.sh.in @@ -84,7 +84,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/${RESET}" \ + --backtitle "${BOLD}${WHITE}Void Linux installation -- http://www.voidlinux.eu/ (@@MKLIVE_VERSION@@)${RESET}" \ --cancel-label "Back" --aspect 20 "$@" 2>$ANSWER return $? } -- cgit 1.4.1