diff options
author | Daniel Tartavel <contact@librepc.com> | 2019-05-08 14:59:04 +0200 |
---|---|---|
committer | Daniel Tartavel <contact@librepc.com> | 2019-05-08 14:59:04 +0200 |
commit | 22115e7251b4526913948ab0b8780c8419cb6682 (patch) | |
tree | 548f1e3abeab19d5ac681ede794474c62cc4e369 /tools | |
parent | 84b5df020bfecc1a816a9775a7638cdb745b41f8 (diff) | |
download | mageia4arm-22115e7251b4526913948ab0b8780c8419cb6682.tar mageia4arm-22115e7251b4526913948ab0b8780c8419cb6682.tar.gz mageia4arm-22115e7251b4526913948ab0b8780c8419cb6682.tar.bz2 mageia4arm-22115e7251b4526913948ab0b8780c8419cb6682.tar.xz mageia4arm-22115e7251b4526913948ab0b8780c8419cb6682.zip |
prise en charge du 3b+ et ajustements mineurs
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/install_graphical.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/install_graphical.sh b/tools/install_graphical.sh index a10ce12..847d653 100755 --- a/tools/install_graphical.sh +++ b/tools/install_graphical.sh @@ -26,5 +26,6 @@ else . $PATH/install_gstreamer.sh echo "installing task-$1" /usr/sbin/urpmi --auto --no-verify-rpm task-$1 sox sddm + /usr/bin/alternatives --config soundprofile fi /usr/bin/systemctl enable sddm |