From fa7ca293d983cf3039c96b904b84c5caea8c9ee7 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 23 Dec 2018 11:37:13 +0100 Subject: some adds --- tools/install_graphical.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/install_graphical.sh') diff --git a/tools/install_graphical.sh b/tools/install_graphical.sh index 4537ad6..a446922 100755 --- a/tools/install_graphical.sh +++ b/tools/install_graphical.sh @@ -16,8 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if [ "$1" = "" ];then - echo "syntax install_graphical.sh [xfce | lxde | lxqt | plasma | gnome] ( see task-* for all )" +if [ "$1" = "" ] || [ "$1" = "-h" ];then + echo "syntax install_graphical.sh [ sugar | xfce | lxde | lxqt | enlightenment | mate | cinnamon plasma5 | gnome] ( see 'urpmq -Y task-' for all )" else PATH="$(/bin/dirname "$(readlink -f "$0")")" echo "installing Video drivers" @@ -25,6 +25,6 @@ else echo "installing gstreamer" . $PATH/install_gstreamer.sh echo "installing task-$1" - /usr/sbin/urpmi --auto --no-verify-rpm task-$1 sox + /usr/sbin/urpmi --auto --no-verify-rpm task-$1 sox sddm fi -systemctl enable sddm +/usr/bin/systemctl enable sddm -- cgit v1.2.1