Update installers

This commit is contained in:
Ximi1970
2020-10-21 23:38:39 +02:00
parent 74f15a369d
commit 1cb7bfa607
6 changed files with 18 additions and 18 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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