diff --git a/vendor/bin/install_console_audio_tools.sh b/vendor/bin/install_console_audio_tools.sh index b1a66920..78bb1c4e 100644 --- a/vendor/bin/install_console_audio_tools.sh +++ b/vendor/bin/install_console_audio_tools.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "Installing audio tools" -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 16126D3A3E5C1192 -sudo apt-get update -q -sudo apt-get install ffmpeg mp3splt sox wavpack --fix-missing -sudo apt-get update -q \ No newline at end of file +sudo apt-get update +sudo apt-get upgrade +# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 16126D3A3E5C1192 +sudo apt-get install ffmpeg mp3splt sox wavpack --fix-missing