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 3d45aec commit 3c40cf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ cp -raf ${ROOT_PATH}/bsp .
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 .
for patchfile in *.patch; do
patch --binary -p1 < "$patchfile"
done
Expand All @@ -116,6 +115,5 @@ mv ../.git .

# Git commit to archive
echo Git commit to archive
git add -f .github
git add .
git commit -m "${DATE} Kernel update"

0 comments on commit 3c40cf8

Please sign in to comment.