diff options
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 |