[ci skip] Update outdated install instructions in README (#1356)
* Update outdated install instructions in README * Update README.md
This commit is contained in:
@@ -105,19 +105,22 @@ yay -S tachidesk
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Debian/Ubuntu
|
### Debian/Ubuntu
|
||||||
Download the latest deb package from the release section or Install from the MPR
|
Download the latest deb package from the release section.
|
||||||
```
|
|
||||||
git clone https://mpr.makedeb.org/suwayomi-server.git
|
|
||||||
cd suwayomi-server
|
|
||||||
makedeb -si
|
|
||||||
```
|
|
||||||
|
|
||||||
### Ubuntu
|
> [!CAUTION]
|
||||||
```
|
> These options are outdated and unmaintained ([relevant issue](https://github.com/Suwayomi/Suwayomi-Server/issues/1318))
|
||||||
sudo add-apt-repository ppa:suwayomi/suwayomi-server
|
> ### MPR
|
||||||
sudo apt update
|
> ```
|
||||||
sudo apt install suwayomi-server
|
> git clone https://mpr.makedeb.org/tachidesk-server.git
|
||||||
```
|
> cd tachidesk-server
|
||||||
|
> makedeb -si
|
||||||
|
> ```
|
||||||
|
> ### Ubuntu
|
||||||
|
> ```
|
||||||
|
> sudo add-apt-repository ppa:suwayomi/tachidesk-server
|
||||||
|
> sudo apt update
|
||||||
|
> sudo apt install tachidesk-server
|
||||||
|
> ```
|
||||||
|
|
||||||
### NixOS
|
### NixOS
|
||||||
You can deploy Suwayomi on NixOS using the module `services.suwayomi-server` in your configuration:
|
You can deploy Suwayomi on NixOS using the module `services.suwayomi-server` in your configuration:
|
||||||
|
|||||||
Reference in New Issue
Block a user