index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/52-54-00-12-34-56.py | 2 |
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py index 6e823360..352c5f66 100644 --- a/profiles/52-54-00-12-34-56.py +++ b/profiles/52-54-00-12-34-56.py @@ -38,4 +38,4 @@ with archinstall.Filesystem(harddrive, archinstall.GPT) as fs: req = urllib.request.Request("https://archlinux.life/build/successful", data=json.dumps(conditions).encode('utf8'), headers={'content-type': 'application/json'}) - urllib.request.urlopen(req)
\ No newline at end of file + urllib.request.urlopen(req, timeout=5)
\ No newline at end of file |