diff --git a/init.sh b/init.sh index 0415683ba4..aa02045877 100755 --- a/init.sh +++ b/init.sh @@ -100,6 +100,7 @@ echo Applying Patches and overlays cp -raf ${ROOT_PATH}/${PATCH_PATH}/${BRANCH}/*.patch . cp -raf ${ROOT_PATH}/${PATCH_PATH}/${BRANCH}/overlays/* . cp -raf ${ROOT_PATH}/.github . +ls for patchfile in *.patch; do patch --binary -p1 < "$patchfile" done