Update main_pbuilder.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 18:16:48 +02:00
parent 6bd29e9847
commit 136b60caa8

View File

@ -8,6 +8,9 @@ VERSION="$PIKA_PACKAGE_VERSION"
echo "$PIKA_BUILD_ARCH" > pika-build-arch
apt-get update -y
apt-get install pika-pbuilder -y
# Get source code
if [[ "$PIKA_PACKAGE_NAME" == *-dmo ]];
then