parent
5c4f9f87de
commit
a15a4a69ac
|
@ -94,7 +94,7 @@ WIDGET_SIZE="10 70"
|
||||||
DIALOG() {
|
DIALOG() {
|
||||||
rm -f $ANSWER
|
rm -f $ANSWER
|
||||||
dialog --colors --keep-tite --no-shadow --no-mouse \
|
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
|
--cancel-label "Back" --aspect 20 "$@" 2>$ANSWER
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
@ -102,7 +102,7 @@ DIALOG() {
|
||||||
INFOBOX() {
|
INFOBOX() {
|
||||||
# Note: dialog --infobox and --keep-tite don't work together
|
# Note: dialog --infobox and --keep-tite don't work together
|
||||||
dialog --colors --no-shadow --no-mouse \
|
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 "$@"
|
--title "${TITLE}" --aspect 20 --infobox "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue