Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-09 22:38:36 +02:00
parent 132c6742b3
commit d3896f5827

View File

@ -15,6 +15,7 @@ cd ./pipewire/
# Get build deps # Get build deps
LOGNAME=root dh_make --createorig -y -l -p pipewire_"$VERSION" || echo "dh-make: Ignoring Last Error" LOGNAME=root dh_make --createorig -y -l -p pipewire_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get install -y libgbm-dev
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package