From cca2caa05806da9d2eec5cbaf77b1f2e42ef6e66 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Fri, 15 May 2020 09:40:13 -0400 Subject: [PATCH] Adding instructions as per @paddatrapper --- docs/install.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/install.md b/docs/install.md index 31c5730ac..87b37d0ce 100644 --- a/docs/install.md +++ b/docs/install.md @@ -67,18 +67,13 @@ Usage: sudo bash install [options] ## Ubuntu Package LibreTime maintains amd64 .deb packages for Ubuntu 16.04 (Xenial) and 18.04 -(Bionic). These can be downloaded [here](https://github.com/LibreTime/libretime-debian-packaging/releases). -Issues with installation of these packages should be reported to the -[LibretTime/libretime-debian-packaging](https://github.com/LibreTime/libretime-debian-packaging) -repository. - -These are installed by running the following from the command line (the `./` in -front of the libretime package is important): +(Bionic). These can be downloaded using their PPA in apt or your favorite package manager. ``` -sudo apt install icecast2 ./libretime__amd64.deb +sudo add-apt-repository ppa:libretime/libretime +sudo apt-get update +sudo apt-get install libretime icecast2 ``` -`` is replaced by the version of the package downloaded. Plans are in the works for `.rpm` packages, as well as Docker and AWS images.