Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 551 Bytes

File metadata and controls

29 lines (20 loc) · 551 Bytes

Vicharak Kernel building scripts

Kernel building scripts for Vicharak's ARM64 and X86 devices.

Installation

  1. Using Git submodule
git submodule add -b main https://github.com/vicharak-in/kernel_build_scripts vicharak
  1. Downloading the scripts
wget -qO vicharak.tar.gz https://github.com/vicharak-in/kernel_build_scripts/archive/refs/heads/main.tar.gz
tar -xf vicharak.tar.gz
mv kernel_build_scripts-main vicharak
rm -f vicharak.tar.gz

Usage

./vicharak/build.sh -h

License

MIT