Skip to content

Commit

Permalink
added apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Jan 17, 2013
1 parent 2190778 commit ee6aa19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vendor/bin/install_console_audio_tools.sh
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit ee6aa19

Please sign in to comment.