summaryrefslogtreecommitdiff
path: root/docs/testing/latest-bundle-xenial
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing/latest-bundle-xenial')
-rw-r--r--docs/testing/latest-bundle-xenial12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/testing/latest-bundle-xenial b/docs/testing/latest-bundle-xenial
new file mode 100644
index 0000000..56d0be6
--- /dev/null
+++ b/docs/testing/latest-bundle-xenial
@@ -0,0 +1,12 @@
+# Test latest Bitmask bundle in Ubuntu Live (xenial)
+sudo add-apt-repository universe
+sudo add-apt-repository multiverse
+sudo apt update
+sudo apt install haveged
+
+rm -rf bitmask-latest.zip dist/
+wget https://0xacab.org/leap/bitmask-dev/builds/artifacts/master/download?job=bitmask_latest_bundle -O bitmask-latest.zip
+unzip bitmask-latest.zip
+cd dist
+cd `ls`
+./bitmask \ No newline at end of file