mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02: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
|