diff options
Diffstat (limited to 'config.sh')
| -rwxr-xr-x | config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ fi #-------------------------------------- if [[ "$kiwi_profiles" == *"Disk"* ]]; then - if [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"COSMIC"* ]]; then + if [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"KDE"* ]] && [[ "$kiwi_profiles" != *"COSMIC"* ]]; then ## Enable initial-setup systemctl enable initial-setup.service ## Enable reconfig mode |