This is my first Project to compile a Linux Kernel automation. This is for user, they want the lasted Linux kernel on your system.
You can start the Script with: $ bash ./compiler-kernel.sh
After start downloaded this the "Stable" or "Mainline" Kernel from Kernel.org and copy the last Kernel configuration from your PC/Notebook. Later you come to the menuconfig, at this point, you can the Kernel configurate, build and installation get after safe the build.
About 10GB+ free space on Disk A faster CPU 4GB+ Ram and/or a larger SWAP Partiton
sudo apt-get install git fakeroot build-essential ncurses-dev xz-utils libssl-dev bc flex libelf-dev bison -y
sudo pacman -S git fakeroot base-devel zx openssl-1.0 bison bcc bcc-tools flex libelf -y