index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Lord Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 14:23:08 +0200 |
---|---|---|
committer | Lord Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 14:23:23 +0200 |
commit | 14ee4cdf8ced0fc76cf92a0f2f4cbf11c1824266 (patch) | |
tree | a3e3e34f79b9a2560d5ed42020b4f94223caa24e | |
parent | 17c810d897505949b547a3c0ed555cedf9b4acdf (diff) |
-rw-r--r-- | archinstall.py | 2 |
diff --git a/archinstall.py b/archinstall.py index 2e1f30c6..21886b5b 100644 --- a/archinstall.py +++ b/archinstall.py @@ -62,7 +62,7 @@ def update_git(): ## Not the most elegant way to make sure git conflicts doesn't occur (yea fml) os.remove('/root/archinstall/archinstall.py') os.remove('/root/archinstall/README.md') - output = run('git pull') + output = run('git fetch --all') # git reset --hard origin/<branch_name> if b'error:' in output: print('[N] Could not update git source for some reason.') |