aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/install_graphical.sh4
1 files 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