diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/index.rst | 3 | ||||
-rw-r--r-- | docs/testing/latest-bundle-xenial | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst index d3b7ebd..fbfebfe 100644 --- a/docs/testing/index.rst +++ b/docs/testing/index.rst @@ -61,6 +61,7 @@ Xenial live image testing ------------------------- Pasting the following lines in a terminal will help you testing the latest -bundle from inside a live image in xenial:: +bundle from inside a virtual machine running a **live image for xenial** (note +that this is **not** an installation method!):: curl https://0xacab.org/leap/bitmask-dev/raw/master/docs/testing/latest-bundle-xenial | bash diff --git a/docs/testing/latest-bundle-xenial b/docs/testing/latest-bundle-xenial index 56d0be6..66012cd 100644 --- a/docs/testing/latest-bundle-xenial +++ b/docs/testing/latest-bundle-xenial @@ -2,11 +2,10 @@ sudo add-apt-repository universe sudo add-apt-repository multiverse sudo apt update -sudo apt install haveged - +sudo apt install --yes 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 +./bitmask |