Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-15 12:00:29 +03:00 committed by GitHub
parent e1a9adc51d
commit e76b97b7a9
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
# Patch
for i in ../patches/*.patch; do patch -Np1 -i $i || echo "Error: Patch $i failed" && exit 69 ;done
for i in ../patches/*.patch; do patch -Np1 -i $i;done
# Build package
dpkg-buildpackage --no-sign