fixed spaces in kde-wayland.py

This commit is contained in:
advaithm 2021-01-22 17:01:34 +05:30
parent eb35265234
commit f83129728a
No known key found for this signature in database
GPG Key ID: E557E45E6DAFFC0C
1 changed files with 1 additions and 1 deletions

View File

@ -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')