pikainstall/main.sh
Ward from fusion-voyager-3 ad6d62cd8c
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 15s
adapt to new installer
2024-08-23 21:23:05 +03:00

25 lines
412 B
Bash
Executable File

#! /bin/bash
set -e
VERSION="2.0.0"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
cd ./pikainstall
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p pikainstall_"$VERSION" || echo "dh-make: Ignoring Last Error"
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/