index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 8e6acc64..d7694e11 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -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') |