diff --git a/client_software/0120_xrdp/install.sh b/client_software/0120_xrdp/install.sh index 9f8cfc1..c0bafab 100755 --- a/client_software/0120_xrdp/install.sh +++ b/client_software/0120_xrdp/install.sh @@ -12,7 +12,7 @@ if [ "$EUID" -ne 0 ]; then fi #Currently xrdp needs X11 - wayland not yet possible -dnf install xrdp xorgxrdp plasma-workspace-x11 -y +rpm -qa | grep xorgxrdp || dnf install xrdp xorgxrdp plasma-workspace-x11 -y XRDP_SERVICESTATUS=$( systemctl is-enabled xrdp ) if [ ${XRDP_SERVICESTATUS} != "enabled" ]; then echo "Enabling XRDP Service and Firewall:"