Add -V option to show version to void-mk{live,rootfs} and installer in the title.

This commit is contained in:
Juan RP
2013-08-11 12:16:29 +02:00
parent b877a74a49
commit 112a6a7775
3 changed files with 9 additions and 4 deletions

View File

@@ -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 $?
}