docs (minor): update notice-for-admins.md
This commit is contained in:
parent
fffd0976c9
commit
73ab605188
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ There are official installation instructions for many operating systems on <http
|
||||||
|
|
||||||
##### Ubuntu
|
##### Ubuntu
|
||||||
|
|
||||||
1. Add apt repository
|
1. Install subdependencies and add apt repository
|
||||||
```sh
|
```sh
|
||||||
sudo apt install -y software-properties-common
|
sudo apt install -y software-properties-common
|
||||||
sudo add-apt-repository -y universe
|
sudo add-apt-repository -y universe
|
||||||
|
@ -226,7 +226,7 @@ A new setting item has been added to control the log levels, so please consider
|
||||||
### For systemd/pm2 users
|
### For systemd/pm2 users
|
||||||
|
|
||||||
- Required Rust version has been bumped from v1.68 to v1.70.
|
- Required Rust version has been bumped from v1.68 to v1.70.
|
||||||
- `libvips` is no longer required (unless your server os is *BSD), so you may uninstall it from your system. Make sure to execute the following commands after that:
|
- `libvips` is no longer required (unless your server OS is *BSD), so you may uninstall it from your system. Make sure to execute the following commands after that:
|
||||||
```sh
|
```sh
|
||||||
pnpm clean-npm
|
pnpm clean-npm
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
Loading…
Reference in a new issue