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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 1f5edcee..bd90f9b7 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -279,7 +279,7 @@ def update_git():
if not 'rebooted' in args:
## Reboot the script (in same context)
print('[N] Rebooting the script')
- os.execv('/usr/bin/python3', ['archinstall.py', '--rebooted'] + sys.argv)
+ os.execv('/usr/bin/python3', ['archinstall.py'] + sys.argv + ['--rebooted',])
extit(1)
def device_state(name):