index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/storage.py | 6 |
diff --git a/archinstall/lib/storage.py b/archinstall/lib/storage.py index 2c621f83..9ac1d51d 100644 --- a/archinstall/lib/storage.py +++ b/archinstall/lib/storage.py @@ -1 +1,5 @@ -storage = {}
\ No newline at end of file +storage = {} + +PROFILE_PATH = ['./profiles', '~/.config/archinstall/profiles', os.path.join(os.path.dirname(os.path.abspath(__file__)), 'profiles')] +UPSTREAM_URL = 'https://raw.githubusercontent.com/Torxed/archinstall/master/profiles' +PROFILE_DB = None # Used in cases when listing profiles is desired, not mandatory for direct profile grabing.
\ No newline at end of file |