index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Lord Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 18:27:04 +0200 |
---|---|---|
committer | Lord Anton Hvornum <anton.feeds@gmail.com> | 2018-04-07 18:27:04 +0200 |
commit | f975df7ec2e77eefbeefe4f5f20a655851d5a116 (patch) | |
tree | 19b0e8bce992bf814f37ba559593de3bbabab5a3 /archinstall.py | |
parent | 11d782baa6347df81be238daa68a28545d36a848 (diff) |
-rw-r--r-- | archinstall.py | 5 |
diff --git a/archinstall.py b/archinstall.py index 079e4b5a..9f185b77 100644 --- a/archinstall.py +++ b/archinstall.py @@ -61,9 +61,8 @@ def update_git(): default_gw = get_default_gateway_linux() if(default_gw): ## 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') - # sh -c 'cd /c && ../a/helloworld' + #os.remove('/root/archinstall/archinstall.py') + #os.remove('/root/archinstall/README.md') output = run('(cd /root/archinstall; git fetch --all)') # git reset --hard origin/<branch_name> if b'error:' in output: |