mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-18 00:00:18 -07:00
fix expander
This commit is contained in:
parent
86d8b2d55c
commit
9cba46a416
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user