Skip to content

Commit

Permalink
Run install deps as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwohl committed Jun 19, 2016
1 parent 0529ff6 commit 5908308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ $os == "Linux" ]; then
# same for any debian disto

# Do we want to lock this to a specific OF release rather than pulling from master?
bash -c "$(curl https://raw.githubusercontent.com/openframeworks/openFrameworks/master/scripts/linux/debian/install_dependencies.sh)"
sudo bash -c "$(curl https://raw.githubusercontent.com/openframeworks/openFrameworks/master/scripts/linux/debian/install_dependencies.sh)"

if [ $arq == "armv7l" ]; then
# on RaspberryPi 2 or higher
Expand Down

0 comments on commit 5908308

Please sign in to comment.