mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 23:42:33 +01:00
Merge pull request #4193 from kivikakk/add-openbsd-prereq
add jpeg to OpenBSD prereq list
This commit is contained in:
commit
4285c818ec
2 changed files with 2 additions and 1 deletions
|
@ -142,7 +142,7 @@ Installing prerequisites on openSUSE::
|
||||||
Installing prerequisites on OpenBSD::
|
Installing prerequisites on OpenBSD::
|
||||||
|
|
||||||
doas pkg_add python libffi py-pip py-setuptools sqlite3 py-virtualenv \
|
doas pkg_add python libffi py-pip py-setuptools sqlite3 py-virtualenv \
|
||||||
libxslt
|
libxslt jpeg
|
||||||
|
|
||||||
To install the Synapse homeserver run::
|
To install the Synapse homeserver run::
|
||||||
|
|
||||||
|
|
1
changelog.d/4193.misc
Normal file
1
changelog.d/4193.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add missing `jpeg` package prerequisite for OpenBSD in README.
|
Loading…
Reference in a new issue