fix expander

This commit is contained in:
nodlek-ctrl 2023-04-13 12:41:13 +10:00
parent 86d8b2d55c
commit 9cba46a416

View File

@ -83,12 +83,13 @@ sudo pacman -S bluez bluez-utils
``` ```
<details> <details>
<summary>Further steps</summary> <summary>Further steps</summary>
You may want to use the command line interface for hackiness... … You may want to use the command line interface for hackiness...
You may or may not need to install ImageMagick and Ghostscript, depending on your distro. You may or may not need to install ImageMagick and Ghostscript, depending on your distro.
```bash ```bash
sudo apt install imagemagick ghostscript sudo apt install imagemagick ghostscript
``` ```
Or the package manager of your distro.
Extra configuration is required for ImageMagick to work. Because IM is made for external webserver, a strict security policy is applied. You need to add the following line to `/etc/ImageMagick-6/policy.xml` before `</policymap>`: Extra configuration is required for ImageMagick to work. Because IM is made for external webserver, a strict security policy is applied. You need to add the following line to `/etc/ImageMagick-6/policy.xml` before `</policymap>`:
```xml ```xml