dynamic progressbar

This commit is contained in:
Tobias Powalowski 2023-08-31 08:07:18 +02:00
parent a664ade168
commit 58ae8be5f3

View file

@ -71,6 +71,7 @@ _task_clock() {
systemctl restart systemd-timesyncd
# enable background syncing
timedatectl set-ntp 1
rm /.archboot
}
_auto_clock() {
@ -79,7 +80,6 @@ _auto_clock() {
_progress_wait "0" "99" "Using ${_ZONE} and enable NTP timesyncd..." "0.01"
_progress "100" "Clock configuration completed successfully."
sleep 2
rm /.archboot
}
_check