index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-06 00:34:08 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-06 00:34:08 +0000 |
commit | 08c586632accedad8d708c0d23bda5ef2ff32280 (patch) | |
tree | 1260dfa107f65fb68f1ff5b20319c9278a6c2133 /archinstall/lib | |
parent | 216917b9c3f18217308266565033ce9d1db3c038 (diff) |
-rw-r--r-- | archinstall/lib/profiles.py | 1 |
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 65ffd243..8a39e95e 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -5,6 +5,7 @@ from .general import multisplit, sys_command, log from .exceptions import * from .networking import * from .output import log, LOG_LEVELS +from .storage import storage UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/master/profiles' |