Update main.sh

This commit is contained in:
Ward Nakchbandi (CosmicFusion) 2024-08-07 17:45:32 +02:00
parent 543cf0a915
commit 371b9bcbaf

View File

@ -1,12 +1,14 @@
#! /bin/bash
DEBIAN_FRONTEND=noninteractive
VERSION="0.2.35"
# Clone Upstream
cp -rvf ./debian ./pika-pbuilder/
cd ./pika-pbuilder/
# Get build deps
LOGNAME=root dh_make --createorig -y -l -p pika-pbuilder_"$VERSION" || echo "dh-make: Ignoring Last Error"
apt-get build-dep ./ -y
# Build package