index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall.py | 4 |
diff --git a/archinstall.py b/archinstall.py index c6f6fea7..79e4faf8 100644 --- a/archinstall.py +++ b/archinstall.py @@ -1268,4 +1268,6 @@ if __name__ == '__main__': request = urllib.request.Request(args['phone-home'], data=payload, headers={'content-type': 'application/json'}) - response = urllib.request.urlopen(request)
\ No newline at end of file + response = urllib.request.urlopen(request) + print(response) + time.sleep(2)
\ No newline at end of file |