Removed NTP by default. Instead, if NTP is selected or de-selected it will activate/de-activate ntp accordingly.

This commit is contained in:
Anton Hvornum 2022-04-26 14:49:03 +02:00
parent c095eb56d8
commit 9a6e85fb46
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ def ask_user_questions():
# the default value specified in the menu options; in
# case it will be changed by the user we'll also update
# the system immediately
archinstall.SysCommand('timedatectl set-ntp true')
global_menu = archinstall.GlobalMenu(data_store=archinstall.arguments)
global_menu.enable('archinstall-language')