From 98161c428c56607e9645085ed975a59404d1c3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Tue, 31 Mar 2026 19:45:36 +0200 Subject: [PATCH] xrdp: check for install befor installing --- client_software/0120_xrdp/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"