fix expander 2

This commit is contained in:
nodlek-ctrl 2023-04-13 12:43:15 +10:00
parent 9cba46a416
commit 87272092a5

View File

@ -83,6 +83,8 @@ 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.
@ -90,6 +92,8 @@ You may or may not need to install ImageMagick and Ghostscript, depending on you
```bash ```bash
sudo apt install imagemagick ghostscript sudo apt install imagemagick ghostscript
``` ```
or use your distro's package manager.
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
@ -98,6 +102,8 @@ Extra configuration is required for ImageMagick to work. Because IM is made for
Because this script is only accesible by localhost, or at most your local network, this is safe. Because this script is only accesible by localhost, or at most your local network, this is safe.
</details> </details>
*Packaging is also on the way!* *Packaging is also on the way!*
### MacOS ### MacOS