Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-15 11:42:20 +03:00 committed by GitHub
parent e18fe55471
commit 75cb40fb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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