Update main.sh
This commit is contained in:
parent
e18fe55471
commit
75cb40fb9e
2
main.sh
2
main.sh
@ -16,7 +16,7 @@ cd ./steamdeck-jupiter-driver
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Patch
|
# Patch
|
||||||
for i in ../patches/*.patch; do patch -Np1 -i $i ;done
|
for i in ../patches/*.patch; do patch -Np1 -i $i || echo "Error: Patch $i failed" && exit 69 ;done
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
Loading…
Reference in New Issue
Block a user