reformat box

This commit is contained in:
Tobias Powalowski 2022-11-25 15:45:55 +01:00
parent 4191aaa67e
commit 19d15a5e90

View file

@ -88,7 +88,7 @@ fi
while [[ "${SET_TIME}" == "" ]]; do
DIALOG --yesno "Do you want to use UTC for your clock?\n\nIf you choose 'YES' UTC (recommended default) is used,\nwhich ensures daylightsaving is set automatically.\n\nIf you choose 'NO' Localtime is used, which means\nthe system will not change the time automatically.\nLocaltime is also prefered on dualboot machines,\nwhich also run Windows, because UTC may confuse it." 15 65 && HARDWARECLOCK="UTC"
if DIALOG --yesno \
"Do you want to use the Network Time Protocol for syncing your clock, by using the internet clock pool?\n(You need a working internet connection for doing this!)" 8 60; then
"Do you want to use the Network Time Protocol (NTP) for syncing your clock, by using the internet clock pool?\n\n(You need a working internet connection for doing this!)" 8 60; then
DIALOG --infobox "Syncing clock with internet clock pool..." 3 40
# sync immediatly with standard pool
if [[ ! $(ntpdate pool.ntp.org) ]]; then