index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-11 20:50:17 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-04-11 20:50:17 +0200 |
commit | c33d382220ba1c2b2a4b42b9412fa094a7eef03a (patch) | |
tree | e9faf8af5944c6af7ccb2524e07abd09b7614fd2 /archinstall.py | |
parent | ef489a0cb5c73a0a3d93d48212eac52e0146f8d0 (diff) |
-rw-r--r-- | archinstall.py | 3 |
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 |