mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Update:readme ubuntu install section to point to website install docs
This commit is contained in:
parent
54389e3c25
commit
8b0ed2bf29
20
readme.md
20
readme.md
@ -107,29 +107,15 @@ Debian package will use this config file `/etc/default/audiobookshelf` if exists
|
|||||||
|
|
||||||
### Ubuntu Install via PPA
|
### Ubuntu Install via PPA
|
||||||
|
|
||||||
A PPA is hosted on [github](https://github.com/advplyr/audiobookshelf-ppa), add and install:
|
A PPA is hosted on [github](https://github.com/advplyr/audiobookshelf-ppa)
|
||||||
|
|
||||||
```bash
|
See [install docs](https://www.audiobookshelf.org/install/#ubuntu)
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
or use a single command
|
|
||||||
|
|
||||||
```bash
|
|
||||||
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
|
|
||||||
```
|
|
||||||
|
|
||||||
### Install via debian package
|
### Install via debian package
|
||||||
|
|
||||||
Get the `deb` file from the [github repo](https://github.com/advplyr/audiobookshelf-ppa).
|
Get the `deb` file from the [github repo](https://github.com/advplyr/audiobookshelf-ppa).
|
||||||
|
|
||||||
See [instructions](https://www.audiobookshelf.org/install#debian)
|
See [install docs](https://www.audiobookshelf.org/install#debian)
|
||||||
|
|
||||||
|
|
||||||
#### Linux file locations
|
#### Linux file locations
|
||||||
|
Loading…
Reference in New Issue
Block a user