index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 19:34:57 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 19:34:57 +0200 |
commit | 6b93650bfd751c17d455e1688109492523cd0df6 (patch) | |
tree | 420dcc59edf3c95e47ab22e589d48e866d8ba331 /profiles | |
parent | 7448881582c69e4251cc60bade83a8ea853a4e21 (diff) |
-rw-r--r-- | profiles/kde.py | 2 |
diff --git a/profiles/kde.py b/profiles/kde.py index 53ab52d6..d0afee58 100644 --- a/profiles/kde.py +++ b/profiles/kde.py @@ -42,7 +42,7 @@ if __name__ == 'kde': bash_profile.write('fi\n') break - with open(f'{mountpoint}/etc/skel/.bash_profile', 'a') as bash_profile: + with open(f'{installation.mountpoint}/etc/skel/.bash_profile', 'a') as bash_profile: bash_profile.write('\n') bash_profile.write('if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then\n') bash_profile.write(' exec startx\n') # Possibly do 'startx' only to remain logged in if KDE crashes. |