Skip to content
Snippets Groups Projects
Commit 3ee286e2 authored by Julian Rother's avatar Julian Rother
Browse files

Removed question on utc/local time from linuxparty.sh

parent 20b2fcdb
No related branches found
No related tags found
No related merge requests found
...@@ -476,13 +476,6 @@ then ...@@ -476,13 +476,6 @@ then
$DEBUG ufw enable $DEBUG ufw enable
fi 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 "Installation:"
echo "Programme, die für alle Fachrichtungen interressant sind (7zip, gimp, git, ... )" echo "Programme, die für alle Fachrichtungen interressant sind (7zip, gimp, git, ... )"
if [ -z "$NOGUI" ] || (askyesno "Sollen diese Programme installiert werden ?"); then 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