Add build dependancy installation.
This commit is contained in:
parent
d264aec8ce
commit
efa978da0b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user