Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-06 00:34:08 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-06 00:34:08 +0000
commit08c586632accedad8d708c0d23bda5ef2ff32280 (patch)
tree1260dfa107f65fb68f1ff5b20319c9278a6c2133 /archinstall
parent216917b9c3f18217308266565033ce9d1db3c038 (diff)
Forgot an import of storage.
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/profiles.py1
1 files changed, 1 insertions, 0 deletions
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'