mirror of
https://github.com/lovell/sharp.git
synced 2026-01-25 16:26:05 +00:00
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Install pkg-config on Debian/Ubuntu
|
|
apt-get update
|
|
apt-get install -y pkg-config
|