summaryrefslogtreecommitdiff
path: root/docs/testing/latest-bundle-xenial
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-12-08 19:26:51 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2016-12-08 19:27:02 +0100
commit1a664736fece03a36cc3926fd6f114c811c394ab (patch)
tree0c74dbd432fea25c7c556a36cd11b467f810a802 /docs/testing/latest-bundle-xenial
parent7e1482019ae782be690f4ff30cca6ec8a186d1e5 (diff)
[docs] fix typo in bundles link
also, move the bash script to automate bundle testing from a gist to bitmask repo itself.
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