update scripts to include pkgconfig

This commit is contained in:
Lion Kortlepel 2024-01-25 09:47:23 +01:00
parent 1ad3736711
commit 265d87b788
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
4 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ set -ex
apt-get update -y
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config

View File

@ -4,4 +4,4 @@ set -ex
apt-get update -y
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config

View File

@ -4,4 +4,4 @@ set -ex
apt-get update -y
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config

View File

@ -4,4 +4,4 @@ set -ex
apt-get update -y
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build
apt-get install -y curl zip unzip tar cmake make git g++ ninja-build pkg-config