Update main.sh
This commit is contained in:
parent
2ed3c07ec1
commit
b4b6703c73
5
main.sh
5
main.sh
@ -1,3 +1,5 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
cd ./kernel-pika
|
cd ./kernel-pika
|
||||||
|
|
||||||
@ -5,8 +7,7 @@ cd ./kernel-pika
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
dh_make --createorig
|
dpkg-buildpackage --no-sign
|
||||||
dpkg-buildpackage
|
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
Loading…
Reference in New Issue
Block a user