From 3ee286e23d82ef4c6a755aaee4cd0b969bfb3770 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Thu, 28 Feb 2019 18:10:04 +0100
Subject: [PATCH] Removed question on utc/local time from linuxparty.sh

---
 scripts/linuxparty.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/scripts/linuxparty.sh b/scripts/linuxparty.sh
index 6de00e7..eb2a16b 100644
--- a/scripts/linuxparty.sh
+++ b/scripts/linuxparty.sh
@@ -476,13 +476,6 @@ 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
-- 
GitLab