Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/archinstall.py b/archinstall.py
index d5ff48a9..8075e6f4 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -1118,9 +1118,6 @@ def run_post_install_steps(*positionals, **kwargs):
#print(o)
if __name__ == '__main__':
- update_git() # Breaks and restarts the script if an update was found.
- update_drive_list()
-
## Setup some defaults
# (in case no command-line parameters or netdeploy-params were given)
args = setup_args_defaults(args)
@@ -1135,6 +1132,9 @@ if __name__ == '__main__':
else:
positionals.append(arg)
+ update_git() # Breaks and restarts the script if an update was found.
+ update_drive_list()
+
## == If we got networking,
# Try fetching instructions for this box unless a specific profile was given, and execute them.
if args['profile'] is None and not args['minimal']: