index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 18:21:50 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2019-06-20 18:21:50 +0000 |
commit | 41127daf589590ef279cfa3142ac41fdeeb5526f (patch) | |
tree | 789fed1aec9ef3540828c8b5e227afdcc1edaff0 | |
parent | cb5364fc51d45ecb3ba4c86807e478dc00542db3 (diff) |
-rw-r--r-- | archinstall.py | 1 |
diff --git a/archinstall.py b/archinstall.py index 0051af87..7bf82b8e 100644 --- a/archinstall.py +++ b/archinstall.py @@ -270,6 +270,7 @@ def update_git(): # b'From github.com:Torxed/archinstall\n 339d687..80b97f3 master -> origin/master\nUpdating 339d687..80b97f3\nFast-forward\n README.md | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n' if output != b'Already up to date': + print(output) #tmp = re.findall(b'[0-9]+ file changed', output) #print(tmp) #if len(tmp): |