mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 15:20:12 -07:00
fix expander 2
This commit is contained in:
parent
9cba46a416
commit
87272092a5
@ -83,6 +83,8 @@ sudo pacman -S bluez bluez-utils
|
||||
```
|
||||
<details>
|
||||
<summary>Further steps</summary>
|
||||
|
||||
|
||||
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.
|
||||
@ -90,6 +92,8 @@ You may or may not need to install ImageMagick and Ghostscript, depending on you
|
||||
```bash
|
||||
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>`:
|
||||
```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.
|
||||
</details>
|
||||
|
||||
|
||||
|
||||
*Packaging is also on the way!*
|
||||
|
||||
### MacOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user