From ca753a3ef030f960939c81bb73dca77975cde551 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Wed, 31 Jul 2024 16:15:03 +0200 Subject: [PATCH] Update main.sh --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index 844f5c243..aedcb1b8a 100755 --- a/main.sh +++ b/main.sh @@ -8,6 +8,7 @@ VERSION="$PIKA_PACKAGE_VERSION" echo "$PIKA_BUILD_ARCH" > pika-build-arch +# Get source code if [[ "$PIKA_PACKAGE_NAME" == *-dmo ]]; then apt-get source "$PIKA_PACKAGE_NAME" -y