From f975df7ec2e77eefbeefe4f5f20a655851d5a116 Mon Sep 17 00:00:00 2001 From: Lord Anton Hvornum Date: Sat, 7 Apr 2018 18:27:04 +0200 Subject: more debugging --- archinstall.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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/ if b'error:' in output: -- cgit v1.2.3-70-g09d2