From 5908308b3409810f43688a19174c46f125f310b0 Mon Sep 17 00:00:00 2001 From: Jonathan Wohl Date: Sun, 19 Jun 2016 17:58:41 -0400 Subject: [PATCH] Run install deps as sudo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 89c3371..ab3dbb5 100755 --- a/install.sh +++ b/install.sh @@ -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