Browse Source

Clear temp files

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

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

@@ -219,6 +219,7 @@ function install_tahoelafs {
219 219
     git submodule update --init --recursive
220 220
     virtualenv venv --distribute
221 221
     venv/bin/pip uninstall --yes setuptools
222
+    rm -rf /tmp/*
222 223
     venv/bin/pip install setuptools==11.3
223 224
     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
224 225
     venv/bin/pip install cryptography==1.7.2 markerlib==0.6.0 distribute==0.7.3