Skip to content

Commit

Permalink
Update kernel_zipper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Jan 30, 2025
1 parent ff92a81 commit 10f4728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/kernel_zipper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SCRIPT_PATH=$(dirname "$SCRIPT")
ANYKERNEL_REPO="https://github.com/mlm-games/AnyKernel3.git"
ANYKERNEL_DIR="$SCRIPT_PATH/../../AnyKernel3"
KERNEL_DIR="$SCRIPT_PATH/../.." # Replace with actual path if yours is different
FINAL_KERNEL_ZIP="RuskKernel.zip"
FINAL_KERNEL_ZIP="flashable-anykernel.zip"

# Initialize variables
DTB_FILE=""
Expand Down Expand Up @@ -114,4 +114,4 @@ zip -r9 "$FINAL_KERNEL_ZIP" * -x .git README.md kernel_zipper.sh *placeholder

mv $FINAL_KERNEL_ZIP $KERNEL_DIR/$FINAL_KERNEL_ZIP

echo "AnyKernel zip created: $FINAL_KERNEL_ZIP"
echo "AnyKernel zip created: $FINAL_KERNEL_ZIP"

0 comments on commit 10f4728

Please sign in to comment.