aboutsummaryrefslogtreecommitdiffstats
path: root/tools/install_graphical.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install_graphical.sh')
-rwxr-xr-xtools/install_graphical.sh8
1 files changed, 4 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
-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