diff options
author | Daniel Tartavel <contact@librepc.com> | 2018-12-20 08:29:52 +0100 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2018-12-20 08:29:52 +0100 |
commit | 425791a74b2b622acd51f0838780244226b3c317 (patch) | |
tree | f349cb41d1f57a46b92f7d44fae48b5aa9536f73 /tools/install_graphical.sh | |
parent | 3203925c64d32da241cfe769c836de318016b831 (diff) | |
download | mageia4arm-425791a74b2b622acd51f0838780244226b3c317.tar mageia4arm-425791a74b2b622acd51f0838780244226b3c317.tar.gz mageia4arm-425791a74b2b622acd51f0838780244226b3c317.tar.bz2 mageia4arm-425791a74b2b622acd51f0838780244226b3c317.tar.xz mageia4arm-425791a74b2b622acd51f0838780244226b3c317.zip |
0.9 stable
Diffstat (limited to 'tools/install_graphical.sh')
-rwxr-xr-x | tools/install_graphical.sh | 4 |
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 |