diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-08 19:26:51 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-08 19:27:02 +0100 |
commit | 1a664736fece03a36cc3926fd6f114c811c394ab (patch) | |
tree | 0c74dbd432fea25c7c556a36cd11b467f810a802 /docs/testing/latest-bundle-xenial | |
parent | 7e1482019ae782be690f4ff30cca6ec8a186d1e5 (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-xenial | 12 |
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 00000000..56d0be66 --- /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 |