From 1a664736fece03a36cc3926fd6f114c811c394ab Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 8 Dec 2016 19:26:51 +0100 Subject: [docs] fix typo in bundles link also, move the bash script to automate bundle testing from a gist to bitmask repo itself. --- docs/testing/latest-bundle-xenial | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/testing/latest-bundle-xenial (limited to 'docs/testing/latest-bundle-xenial') 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 -- cgit v1.2.3