diff --git a/dist/install.Fedora_31-Gnome.sh b/dist/install.Fedora_31-Gnome.sh index a3c6c74..3f661d6 100644 --- a/dist/install.Fedora_31-Gnome.sh +++ b/dist/install.Fedora_31-Gnome.sh @@ -33,12 +33,12 @@ if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ] ; then # # Check for Qt # - dnf list installed "libQt5*" | grep -q libQt5Widgets5 + dnf list installed "qt5-qtbase*" | grep -q qt5-qtbase-gui if [ "$?" == "1" ] ; then echo - echo "Please install the package libqt5widgets5" + echo "Please install the package qt5-qtbase-gui" echo - echo "sudo dnf install libQt5Widgets5" + echo "sudo dnf install qt5-qtbase-gui" echo fi else diff --git a/dist/install.Fedora_31-Kde.sh b/dist/install.Fedora_31-Kde.sh index 096de0f..26c4eb6 100644 --- a/dist/install.Fedora_31-Kde.sh +++ b/dist/install.Fedora_31-Kde.sh @@ -5,12 +5,12 @@ if [ "$XDG_CURRENT_DESKTOP" == "KDE" ] ; then # # Check for Qt # - dnf list installed "libQt5*" | grep -q libQt5Widgets5 + dnf list installed "qt5-qtbase*" | grep -q qt5-qtbase-gui if [ "$?" == "1" ] ; then echo - echo "Please install the package libQt5Widgets5" + echo "Please install the package qt5-qtbase-gui" echo - echo "sudo dnf install libQt5Widgets5" + echo "sudo dnf install qt5-qtbase-gui" echo fi diff --git a/dist/install.Fedora_31.sh b/dist/install.Fedora_31.sh index d22b5b0..74e28ca 100644 --- a/dist/install.Fedora_31.sh +++ b/dist/install.Fedora_31.sh @@ -19,12 +19,12 @@ else # # Check for Qt # - dnf list installed "libQt5*" | grep -q libQt5Widgets5 + dnf list installed "qt5-qtbase*" | grep -q qt5-qtbase-gui if [ "$?" == "1" ] ; then echo - echo "Please install the package libQt5Widgets5" + echo "Please install the package qt5-qtbase-gui" echo - echo "sudo dnf install libQt5Widgets5" + echo "sudo dnf install qt5-qtbase-gui" echo fi fi diff --git a/dist/install.Fedora_32-Gnome.sh b/dist/install.Fedora_32-Gnome.sh index 8811791..ef69853 100644 --- a/dist/install.Fedora_32-Gnome.sh +++ b/dist/install.Fedora_32-Gnome.sh @@ -33,12 +33,12 @@ if [ "$XDG_CURRENT_DESKTOP" == "GNOME" ] ; then # # Check for Qt # - dnf list installed "libQt5*" | grep -q libQt5Widgets5 + dnf list installed "qt5-qtbase*" | grep -q qt5-qtbase-gui if [ "$?" == "1" ] ; then echo - echo "Please install the package libqt5widgets5" + echo "Please install the package qt5-qtbase-gui" echo - echo "sudo dnf install libQt5Widgets5" + echo "sudo dnf install qt5-qtbase-gui" echo fi else diff --git a/dist/install.Fedora_32-Kde.sh b/dist/install.Fedora_32-Kde.sh index 096de0f..26c4eb6 100644 --- a/dist/install.Fedora_32-Kde.sh +++ b/dist/install.Fedora_32-Kde.sh @@ -5,12 +5,12 @@ if [ "$XDG_CURRENT_DESKTOP" == "KDE" ] ; then # # Check for Qt # - dnf list installed "libQt5*" | grep -q libQt5Widgets5 + dnf list installed "qt5-qtbase*" | grep -q qt5-qtbase-gui if [ "$?" == "1" ] ; then echo - echo "Please install the package libQt5Widgets5" + echo "Please install the package qt5-qtbase-gui" echo - echo "sudo dnf install libQt5Widgets5" + echo "sudo dnf install qt5-qtbase-gui" echo fi diff --git a/dist/install.Fedora_32.sh b/dist/install.Fedora_32.sh index d22b5b0..74e28ca 100644 --- a/dist/install.Fedora_32.sh +++ b/dist/install.Fedora_32.sh @@ -19,12 +19,12 @@ else # # Check for Qt # - dnf list installed "libQt5*" | grep -q libQt5Widgets5 + dnf list installed "qt5-qtbase*" | grep -q qt5-qtbase-gui if [ "$?" == "1" ] ; then echo - echo "Please install the package libQt5Widgets5" + echo "Please install the package qt5-qtbase-gui" echo - echo "sudo dnf install libQt5Widgets5" + echo "sudo dnf install qt5-qtbase-gui" echo fi fi