Browse Source

Double equals

Bob Mottram 8 years ago
parent
commit
f0c8073a08
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-tahoelafs

+ 1
- 1
src/freedombone-app-tahoelafs View File

222
     git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
222
     git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
223
     git submodule update --init --recursive
223
     git submodule update --init --recursive
224
     virtualenv venv
224
     virtualenv venv
225
-    venv/bin/pip install six==1.10.0 packaging==16.8 attrs=16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
225
+    venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
226
     venv/bin/pip install cryptography==1.7.2 setuptools==11.3
226
     venv/bin/pip install cryptography==1.7.2 setuptools==11.3
227
     venv/bin/pip install --editable .
227
     venv/bin/pip install --editable .
228
     configure_firewall_for_tahoelafs
228
     configure_firewall_for_tahoelafs