From f1f34215a32893805dd7372339626acb40af6070 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 10 Nov 2020 18:54:24 +0200 Subject: download.mdwn: point at install-subplot.sh script --- download.mdwn | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/download.mdwn b/download.mdwn index 9ddb377..96fd602 100644 --- a/download.mdwn +++ b/download.mdwn @@ -44,9 +44,16 @@ The `debian/control` file lists the necessary packages under the ## Debian -There are Debian packages built by CI from every commit. They work on -Debian 10 (buster) ans later. Add the following to -`/etc/apt/sources.list.d/subplot.list`: +There is a Debian package built by CI from every commit. It works on +Debian 10 (buster) and later. We have a script to install it: + +~~~sh +curl -s https://gitlab.com/larswirzenius/subplot/-/raw/main/install-debian.sh | sudo bash +~~~ + +If you'd rather not download a script from the Internet and run it as +root (kudos!), you can do the same steps manually. Add the following +to `/etc/apt/sources.list.d/subplot.list`: ~~~ deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main -- cgit v1.2.1