summaryrefslogtreecommitdiff
path: root/docs/testing
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-04-12 19:36:52 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-04-12 19:36:52 +0200
commitadd4eb31924aa63e8a80a7cce8a87a806f3efb65 (patch)
treefcd338a329fe4e0b49b73e3356529668b0ebdf27 /docs/testing
parent5dd3177c5a7f453a5840012bf260b73ec6de2e77 (diff)
[docs] fix broken autoinstall script for testing bundles
Diffstat (limited to 'docs/testing')
-rw-r--r--docs/testing/index.rst3
-rw-r--r--docs/testing/latest-bundle-xenial5
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/testing/index.rst b/docs/testing/index.rst
index d3b7ebd7..fbfebfe2 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 56d0be66..66012cdd 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