Skip to content

// Vicharak kernel build scripts for ARM64 and x86 devices

License

Notifications You must be signed in to change notification settings

vicharak-in/kernel_build_scripts

Repository files navigation

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