commit e4845fa81b50af140d59dd50669b6949bbb39d4b Author: anadahz anadahz@github Date: Fri Aug 30 03:47:38 2013 +0200
Add missing "0" --- setup-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-dependencies.sh b/setup-dependencies.sh index 67933ab..af26929 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -490,7 +490,7 @@ case $DISTRO_VERSION in
if [ "$USE_VIRTUALENV" -eq "1" ]; then echo "[+] Using virtualenvironment..." - DO "apt-get -y install python-virtualenv virtualenvwrapper" + DO "apt-get -y install python-virtualenv virtualenvwrapper" "0" if [ ! -f ~/.virtualenvs/ooniprobe/bin/activate ]; then # Set up the virtual environment DO "mkdir -p ~/.virtualenvs" "0"