index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/kde-wayland.py | 2 |
diff --git a/profiles/kde-wayland.py b/profiles/kde-wayland.py index 9b6be2a1..66d31504 100644 --- a/profiles/kde-wayland.py +++ b/profiles/kde-wayland.py @@ -29,6 +29,6 @@ if __name__ == 'kde': # Install the application kde from the template under /applications/ kde = archinstall.Application(installation, 'kde-wayland') kde.install() - print("when you login, select Plasma (Wayland) for the wayland session") + print("when you login, select Plasma (Wayland) for the wayland session") # Enable autostart of KDE for all users installation.enable_service('sddm') |