Skip to content

Commit

Permalink
use the latest kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Oct 28, 2024
1 parent f66ba94 commit 775b28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PUIPUI_LINUX_VERSION := 0.0.1
PUIPUI_LINUX_VERSION := 1.0.1
ARCH := $(shell uname -m)
KERNEL_ARCH := $(shell echo $(ARCH) | sed -e s/arm64/aarch64/)
KERNEL_TAR := puipui_linux_v$(PUIPUI_LINUX_VERSION)_$(KERNEL_ARCH).tar.gz
Expand Down

0 comments on commit 775b28d

Please sign in to comment.