diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 4a92ff9..0585514 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -192,7 +192,7 @@ echo -e "$GREEN Compiling ODR-AudioEnc $NORMAL" git clone https://github.com/Opendigitalradio/ODR-AudioEnc.git pushd ODR-AudioEnc ./bootstrap -./configure --enable-jack --enable-vlc +./configure --enable-jack --enable-vlc --enable-alsa make sudo make install popd |