Skip to content
Snippets Groups Projects
Commit d3bc7a6b authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

ask for setting hw clock to local time

parent 31d42bd2
No related branches found
No related tags found
No related merge requests found
......@@ -490,6 +490,13 @@ then
$DEBUG ufw enable
fi
# set hw clock to non-utc (because of windows)
if askyesno "System: Soll die Harware-Uhr lokale Zeit statt UTC verwenden ?"
then
$DEBUG timedatectl set-local-rtc 1
fi
echo "Installation:"
echo "Programme, die für alle Fachrichtungen interressant sind (7zip, gimp, git, ... )"
if [ -z "$NOGUI" ] || (askyesno "Sollen diese Programme installiert werden ?"); then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment