index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-20 09:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 09:13:58 +0200 |
commit | c2f3b9e2088bfd5ed1c6a5f80bab28277653bb8a (patch) | |
tree | f6472efc70be957059170c6a0f789ca526ff98c1 /archinstall/lib | |
parent | c0458cf6412fe1f376cdce9b0d1a35c7ffc00452 (diff) | |
parent | 8fc236ac779a9c158eb4f59b811ad646c0c91544 (diff) |
-rw-r--r-- | archinstall/lib/storage.py | 2 |
diff --git a/archinstall/lib/storage.py b/archinstall/lib/storage.py index 42214572..4e19e4d4 100644 --- a/archinstall/lib/storage.py +++ b/archinstall/lib/storage.py @@ -11,7 +11,7 @@ storage = { 'PROFILE_PATH': [ './profiles', '~/.config/archinstall/profiles', - os.path.join(os.path.dirname(os.path.abspath(__file__)), 'profiles'), + os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'profiles'), # os.path.abspath(f'{os.path.dirname(__file__)}/../examples') ], 'UPSTREAM_URL': 'https://raw.githubusercontent.com/archlinux/archinstall/master/profiles', |