Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2019-04-11 20:50:17 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2019-04-11 20:50:17 +0200
commitc33d382220ba1c2b2a4b42b9412fa094a7eef03a (patch)
treee9faf8af5944c6af7ccb2524e07abd09b7614fd2 /archinstall.py
parentef489a0cb5c73a0a3d93d48212eac52e0146f8d0 (diff)
More status output
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 974d1968..bd0a4f27 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -205,7 +205,8 @@ def update_git():
os.remove('/root/archinstall/README.md')
output = b''.join(sys_command('(cd /root/archinstall; git update)').exec()) # git reset --hard origin/<branch_name> / git fetch --all
-
+ print(output)
+
if b'error:' in output:
print('[N] Could not update git source for some reason.')
return