pika-apx-configs/main.sh

13 lines
182 B
Bash
Raw Normal View History

2023-07-13 18:12:21 +02:00
cd ./pika-apx-configs
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/