From ffe930b722cab1217248031cbe05883f4b33dffa Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 10 Mar 2024 16:08:52 +0100 Subject: [PATCH] Update build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf9f26..d8d9e77 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ This repositories includes everything you need to build JeremyStarTM's custom op ## Building To build this kernel, run this command in your terminal: ```bash -curl -sSL "https://git.staropensource.de/JeremyStarTM/kernel-optimized/raw/branch/develop/buildtool.sh" | bash +curl -sSL "https://git.staropensource.de/JeremyStarTM/kernel-optimized/raw/branch/develop/buildtool.sh">/tmp/buildtool.sh;chmod +x /tmp/buildtool.sh;/tmp/buildtool.sh ```