diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 01:02:10 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-05 01:02:10 +0100 |
commit | d8884fed94125589181f844919691c42f2982e19 (patch) | |
tree | e6b2504a4a107c1c758ed497ee8f02889bee96eb | |
parent | 5076da92c9e13ff03fe9b248b65b3a6da8c84b11 (diff) |
[pkg] install pixelated packages in the bundle
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index e4538d3..9e7f091 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -27,5 +27,8 @@ make dev-all $VIRTUAL_ENV/bin/pip uninstall leap.bitmask $VIRTUAL_ENV/bin/pip install . +# install pixelated from kali dev repo until assets get packaged. +pip install pixelated_www pixelated_user_agent --find-links https://devpi.net/kali/dev + make bundle make bundle_gpg |