6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
#!/bin/bash
|
||
|
docker-compose exec nextcloud-app apt -y install libmagickcore-6.q16-6-extra
|
||
|
|
||
|
|
||
|
|