mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 19:16:37 +02:00
Update installers
This commit is contained in:
6
dist/install.Fedora_31-Gnome.sh
vendored
6
dist/install.Fedora_31-Gnome.sh
vendored
@@ -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
|
||||
|
||||
6
dist/install.Fedora_31-Kde.sh
vendored
6
dist/install.Fedora_31-Kde.sh
vendored
@@ -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
|
||||
|
||||
|
||||
6
dist/install.Fedora_31.sh
vendored
6
dist/install.Fedora_31.sh
vendored
@@ -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
|
||||
|
||||
6
dist/install.Fedora_32-Gnome.sh
vendored
6
dist/install.Fedora_32-Gnome.sh
vendored
@@ -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
|
||||
|
||||
6
dist/install.Fedora_32-Kde.sh
vendored
6
dist/install.Fedora_32-Kde.sh
vendored
@@ -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
|
||||
|
||||
|
||||
6
dist/install.Fedora_32.sh
vendored
6
dist/install.Fedora_32.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user