From 8c91ef85c900e026a150da1c12604a044e0a343d Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 25 Sep 2021 17:58:06 -0500 Subject: [PATCH] Readme update install instructions --- readme.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 794150fb..fee998f5 100644 --- a/readme.md +++ b/readme.md @@ -87,9 +87,10 @@ A simple installer is added to setup the initial config. If you already have aud -#### Ubuntu +### Ubuntu Install via PPA + +A PPA is hosted on [github](https://github.com/advplyr/audiobookshelf-ppa), add and install: -A PPA is setup on github [here](https://github.com/advplyr/audiobookshelf-ppa). ```bash curl -s --compressed "https://advplyr.github.io/audiobookshelf-ppa/KEY.gpg" | sudo apt-key add - @@ -106,14 +107,14 @@ or use a single command curl -s --compressed "https://advplyr.github.io/audiobookshelf-ppa/KEY.gpg" | sudo apt-key add - && sudo curl -s --compressed -o /etc/apt/sources.list.d/audiobookshelf.list "https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf.list" && sudo apt update && sudo apt install audiobookshelf ``` -#### Debian package +### Install via debian package -All other linux distros can just `wget` the `deb` file. +Get the `deb` file from the [github repo](https://github.com/advplyr/audiobookshelf-ppa). ```bash -wget https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf_1.2.1_amd64.deb +wget https://advplyr.github.io/audiobookshelf-ppa/audiobookshelf_1.2.3_amd64.deb -sudo apt install ./audiobookshelf_1.2.1_amd64.deb +sudo apt install ./audiobookshelf_1.2.3_amd64.deb ```