Add build dependancy installation.

This commit is contained in:
Captain ALM 2024-08-17 14:21:36 +01:00
parent d264aec8ce
commit efa978da0b
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -11,6 +11,11 @@ alias swd="waydroid-show"
alias launch-waydroid="waydroid-launch"
alias screen-off="xset dpms force off"
alias boot-sign-verify="sudo sign-boot && sudo verify-boot"
function kernel-build-dep() {
echo "[+] Kernel Build Dependancy Installation...";
sudo apt install gawk git dh-make llvm libclang-dev libclang1 sbsigntool;
sudo apt build-dep linux-image-unsigned-$(uname -r);
}
function kernel-build() {
echo "[+] Kernel Build Starting...";
cwd=$(pwd);