summaryrefslogtreecommitdiff
path: root/pkg/build_bundle_with_venv.sh
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-05 01:02:10 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-05 01:02:10 +0100
commitd8884fed94125589181f844919691c42f2982e19 (patch)
treee6b2504a4a107c1c758ed497ee8f02889bee96eb /pkg/build_bundle_with_venv.sh
parent5076da92c9e13ff03fe9b248b65b3a6da8c84b11 (diff)
[pkg] install pixelated packages in the bundle
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-xpkg/build_bundle_with_venv.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh
index e4538d38..9e7f0913 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