fix dialog

This commit is contained in:
Tobias Powalowski 2022-12-06 21:55:50 +01:00
parent 9e57d30f0f
commit cde59bb9ec

View file

@ -69,7 +69,7 @@ select_mirror() {
# enable testing repository on network install # enable testing repository on network install
dotesting() { dotesting() {
DOTESTING="" DOTESTING=""
DIALOG --defaultno --yesno "Do you want to enable [testing]\nand [communtoy-testing] repositories?\n\nOnly enable this if you need latest\navailable packages for testing purposes!" 9 60 && DOTESTING="yes" DIALOG --defaultno --yesno "Do you want to enable [testing]\nand [communtoy-testing] repositories?\n\nOnly enable this if you need latest\navailable packages for testing purposes!" 9 50 && DOTESTING="yes"
} }
# check for updating complete environment with packages # check for updating complete environment with packages