#!/bin/sh
dnf clean all && dnf in task-iso-plasma5-conflicts --allowerasing --assumeyes && dnf remove task-iso-plasma5-conflicts --assumeyes && dnf in task-iso-plasma6 --allowerasing --assumeyes && dnf dsync --allowerasing --assumeyes  && dnf remove update-kde5-to-kde6 gdm-default-to-xorg dm-scripts --assumeyes && reboot
