index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/__main__.py | 2 | ||||
l--------- | archinstall/profiles | 1 |
diff --git a/archinstall/__main__.py b/archinstall/__main__.py index 4c619a66..04004674 100644 --- a/archinstall/__main__.py +++ b/archinstall/__main__.py @@ -8,7 +8,7 @@ class ProfileNotFound(BaseException): # (I summon thee dark spawn of cPython) def find_examples(): - cwd = os.path.abspath(f'{os.path.dirname(__file__)}/../') + cwd = os.path.abspath(f'{os.path.dirname(__file__)}') examples = f"{cwd}/examples" return {os.path.basename(path): path for path in glob.glob(f'{examples}/*.py')} diff --git a/archinstall/profiles b/archinstall/profiles new file mode 120000 index 00000000..c2968eea --- /dev/null +++ b/archinstall/profiles @@ -0,0 +1 @@ +../profiles/
\ No newline at end of file |