kernel-pika/main.sh
Ward Nakchbandi (Cosmic Fusion) b4b6703c73
Update main.sh
2023-09-29 14:37:11 +03:00

16 lines
208 B
Bash
Executable File

#! /bin/bash
# Clone Upstream
cd ./kernel-pika
# 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/