From 794d28b0633164e3047362eeb50cdd87458028c7 Mon Sep 17 00:00:00 2001 From: Chris Chrisostomou Date: Sat, 26 Nov 2016 05:20:50 +0000 Subject: [PATCH] Updated to reference debian package (#1951) Trusty package no longer picks up updates, from what I can see --- docs/Installation_On_Debian.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installation_On_Debian.md b/docs/Installation_On_Debian.md index 5d1b682a..23935532 100644 --- a/docs/Installation_On_Debian.md +++ b/docs/Installation_On_Debian.md @@ -7,7 +7,7 @@ repository and install the app. The commands you need to run are listeed below. ```bash wget -qO - https://gpmdp.xyz/bintray-public.key.asc | sudo apt-key add - -echo "deb https://dl.bintray.com/marshallofsound/deb trusty main" | sudo tee -a /etc/apt/sources.list.d/gpmdp.list +echo "deb https://dl.bintray.com/marshallofsound/deb debian main" | sudo tee -a /etc/apt/sources.list.d/gpmdp.list sudo apt-get update sudo apt-get install google-play-music-desktop-player ```