Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-09 22:39:48 +02:00
parent 1214bba60c
commit 10aec3cced

View File

@ -15,7 +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 install -y libgbm-dev libgbm1
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package