summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/soundconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/soundconfig.sh')
-rwxr-xr-xabs/core/LinHES-config/soundconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/soundconfig.sh b/abs/core/LinHES-config/soundconfig.sh
index e6aaa41..3376ca5 100755
--- a/abs/core/LinHES-config/soundconfig.sh
+++ b/abs/core/LinHES-config/soundconfig.sh
@@ -64,12 +64,12 @@ function installOSS {
pacman -Q oss 2>/dev/null
if [ ! $? = 0 ]
then
- pacman --noconfirm -S --force oss
+ pacman --noconfirm -S oss
fi
soundon
if [ ! $? = 0 ]
then
- pacman --noconfirm -S --force gcc make binutils
+ pacman --noconfirm -S gcc make binutils
soundon
fi
add_service.sh oss