Skip to content

Commit

Permalink
rm prev. anykernel dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
= mlm-games committed Sep 11, 2024
1 parent 34b4b74 commit e33f6e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/kernel_zipper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ while [[ $# -gt 0 ]]; do
done

# Clone AnyKernel3 repository

if [ -d "$ANYKERNEL_DIR" ]; then
rm -rf $ANYKERNEL_DIR"
fi
git clone "$ANYKERNEL_REPO" "$ANYKERNEL_DIR" --depth=1
# Function to find and copy kernel image
Expand Down

0 comments on commit e33f6e4

Please sign in to comment.