index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2021-11-02 09:30:38 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2021-11-02 09:30:38 +0000 |
commit | aa1afdbeb05f4bc762befebfa49464cc5c56922e (patch) | |
tree | 8c296a3e1477db998fec5136c4a8cc8aa14d10f8 /archinstall/lib/installer.py | |
parent | 7e85002dcbc913c117c9a341026283cce2dc0787 (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 6e2b7ffe..7b677dc3 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -248,7 +248,7 @@ class Installer: def activate_ntp(self): self.log('Installing and activating NTP.', level=logging.INFO) - self.enable_service('systemd-timesyncd'): + self.enable_service('systemd-timesyncd') with open(f"{self.target}/etc/systemd/timesyncd.conf", "w") as fh: fh.write("[Time]\n") |