SelikUP (SEcure LInux Kernel UPdater), This program helps you update your Linux distribution's Linux kernel by downloading the kernel from the KERNEL main repository.
Install Git Clone and Python3
Github Package Must Be Installed On Your Device..
git
sudo apt install git -y
Python3
sudo apt install python3 -y
pip
sudo apt install python3-pip
Install SELIKUP
sudo git clone https://github.com/cektor/selikup.git
cd selikup
python3 selikup.py
NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.
pip install pyinstaller
Linux Terminal
python3 -m pyinstaller --onefile --windowed selikup.py
Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.
wget -O Setup_Linux64.deb https://github.com/cektor/selikup/releases/download/1.0.1/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y
Release Page: https://github.com/cektor/selikup/releases/tag/1.0.1