about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-08-11 12:16:29 +0200
committerJuan RP <xtraeme@gmail.com>2013-08-11 12:16:29 +0200
commit112a6a77756ff6afe6bffc544737171c05b19f15 (patch)
tree7ce4d391ab94bcb6f8e966a8c5b46d70c247c7f4 /installer.sh.in
parentb877a74a49d522b2b38ebee7ae575b694a7f9f9f (diff)
downloadhrmpf-112a6a77756ff6afe6bffc544737171c05b19f15.tar.gz
hrmpf-112a6a77756ff6afe6bffc544737171c05b19f15.tar.xz
hrmpf-112a6a77756ff6afe6bffc544737171c05b19f15.zip
Add -V option to show version to void-mk{live,rootfs} and installer in the title.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
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 $?
 }