We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff863 commit f9a7249Copy full SHA for f9a7249
install.sh
@@ -43,9 +43,6 @@ LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
43
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
44
sudo dnf -y install wayland-devel
45
fi
46
- if [ "$DESKTOP_SESSION" == "plasma" ]; then
47
- sudo dnf -y install qdbus
48
- fi
49
50
elif [[ $(command -v yum 2>/dev/null) ]]; then
51
PACKAGE_MANAGER="yum"
0 commit comments