From 367e52f913a55b0f1d1eb29866a0fd535be65798 Mon Sep 17 00:00:00 2001 From: Till Backhaus Date: Mon, 12 Feb 2018 21:08:42 +0100 Subject: [PATCH] Update introduction to stretch. Stretch was released on 2017-06-17 (Hope this doesn't count as vandalism) --- Debian-installation-guide.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Debian-installation-guide.md b/Debian-installation-guide.md index 0ee8479..8daa62a 100644 --- a/Debian-installation-guide.md +++ b/Debian-installation-guide.md @@ -2,11 +2,9 @@ Note: these instructions are community-maintained and not supported by sway. This document will guide you through installing sway on Debian stretch (stable). Please edit this page if you spot inaccuracies or grammar errors. -We'll first need to install a recent version of Wayland, to do this we'll add the [Stretch](https://wiki.debian.org/DebianStretch) package source: +We'll first need to install a recent version of Wayland: ```` - echo "deb http://http.debian.net/debian stretch main contrib" > /etc/apt/sources.list.d/stretch.list - sudo apt-get update sudo apt-get install libgles2-mesa-dev libdrm2 libdrm-dev libegl1-mesa-dev xwayland ```` Change 'http://http.debian.net/debian' to your mirror of choice.