From add4eb31924aa63e8a80a7cce8a87a806f3efb65 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 12 Apr 2017 19:36:52 +0200 Subject: [docs] fix broken autoinstall script for testing bundles --- docs/testing/index.rst | 3 ++- docs/testing/latest-bundle-xenial | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/testing') 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 -- cgit v1.2.3