From 1dcdf12d936a65a942140817252cdcc294ba106b Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Sat, 1 Nov 2014 01:22:12 +0100 Subject: update download urls for client (closes #6291) and platform (closes #6292) --- docs/client/bundle-testing.md | 2 +- docs/platform/development.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/client/bundle-testing.md b/docs/client/bundle-testing.md index 69e01b9..24890b0 100644 --- a/docs/client/bundle-testing.md +++ b/docs/client/bundle-testing.md @@ -92,7 +92,7 @@ Download, extract and run helper script for linux: Script contents: #!/bin/bash - HOST="https://downloads.leap.se/client/linux/" + HOST="https://dl.bitmask.net/client/linux/" VERSION="0.3.7" # FOLDER="Bitmask-linux32-${VERSION}" FOLDER="Bitmask-linux64-${VERSION}" diff --git a/docs/platform/development.md b/docs/platform/development.md index 53babec..0f17b19 100644 --- a/docs/platform/development.md +++ b/docs/platform/development.md @@ -261,7 +261,7 @@ Install vagrant-libvirt plugin and add box sudo apt-get install ruby-dev libxslt-dev libxml2-dev libvirt-dev vagrant plugin install vagrant-libvirt vagrant plugin install sahara - vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box --provider libvirt + vagrant box add leap-wheezy https://downloads.leap.se/platform/vagrant/libvirt/leap-wheezy.box --provider libvirt Remove Virtualbox ----------------- @@ -271,7 +271,7 @@ Debugging --------- If you get an error in any of the above commands, try to get some debugging information, it will often tell you what is wrong. In order to get debugging logs, you simply need to re-run the command that produced the error but prepend the command with VAGRANT_LOG=info, for example: - VAGRANT_LOG=info vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box + VAGRANT_LOG=info vagrant box add leap-wheezy https://downloads.leap.se/platform/vagrant/libvirt/leap-wheezy.box Start it -------- -- cgit v1.2.3