Skip to content

Commit f9a7249

Browse files
committed
Revert "Added auto-installation of qdbus in fedora when using KDE Plasma. (#255)"
This reverts commit b22713d.
1 parent 09ff863 commit f9a7249

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ LOGS_INSTALL_LOG_FILE_PATH="$LOGS_DIR_PATH/$LOGS_INSTALL_LOG_FILE_NAME"
4343
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
4444
sudo dnf -y install wayland-devel
4545
fi
46-
if [ "$DESKTOP_SESSION" == "plasma" ]; then
47-
sudo dnf -y install qdbus
48-
fi
4946

5047
elif [[ $(command -v yum 2>/dev/null) ]]; then
5148
PACKAGE_MANAGER="yum"

0 commit comments

Comments
 (0)