From 425791a74b2b622acd51f0838780244226b3c317 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 20 Dec 2018 08:29:52 +0100 Subject: [PATCH] 0.9 stable --- tools/install_graphical.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install_graphical.sh b/tools/install_graphical.sh index 7aace20..4537ad6 100755 --- a/tools/install_graphical.sh +++ b/tools/install_graphical.sh @@ -22,9 +22,9 @@ else PATH="$(/bin/dirname "$(readlink -f "$0")")" echo "installing Video drivers" . $PATH/install_video_driver.sh - echo "installing gstremer" + echo "installing gstreamer" . $PATH/install_gstreamer.sh echo "installing task-$1" - /usr/sbin/urpmi --auto --no-verify-rpm task-$1 + /usr/sbin/urpmi --auto --no-verify-rpm task-$1 sox fi systemctl enable sddm