forked from AkkomaGang/akkoma
Debian installation guide: fix libmagic header package name
It's libmagic-dev in both Ubuntu and Debian. Reported in private by NaiJi.
This commit is contained in:
parent
c7536f16cb
commit
f711a41933
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ sudo apt full-upgrade
|
|||
* Install some of the above mentioned programs:
|
||||
|
||||
```shell
|
||||
sudo apt install git build-essential postgresql postgresql-contrib cmake libmagic-devel
|
||||
sudo apt install git build-essential postgresql postgresql-contrib cmake libmagic-dev
|
||||
```
|
||||
|
||||
### Install Elixir and Erlang
|
||||
|
|
Loading…
Reference in a new issue