Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored Apr 12, 2024
1 parent 4bcbcb2 commit e35f2d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e35f2d1

Please sign in to comment.