Update build command

This commit is contained in:
JeremyStar™ 2024-03-10 16:08:52 +01:00
parent 35703cc962
commit ffe930b722

View file

@ -4,5 +4,5 @@ This repositories includes everything you need to build JeremyStarTM's custom op
## Building ## Building
To build this kernel, run this command in your terminal: To build this kernel, run this command in your terminal:
```bash ```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
``` ```