diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 9ca410f8..cf5bca91 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -114,7 +114,7 @@ class Script(): # Path was not found in any known examples, check if it's an abolute path if os.path.isfile(self.profile): - return os.path.basename(self.profile) + return self.profile raise ProfileNotFound(f"File {self.profile} does not exist in {examples}") elif parsed_url.scheme in ('https', 'http'):