Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

Commit

Permalink
hotfix install deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ked committed Oct 26, 2015
1 parent f3ad015 commit 4fece14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo apt-get -y install libvirt-dev
sudo apt-get -y install libssl-dev libffi-dev

# install postgres dependencies
sudo apt-get install libpq-dev
sudo apt-get install -y libpq-dev

# install vnc_recorder deps
sudo apt-get install -y libav-tools

0 comments on commit 4fece14

Please sign in to comment.