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 -yPython3
sudo apt install python3 -y
pip
sudo apt install python3-pip
Install SELIKUP
sudo git clone https://github.com/cektor/selikup.gitcd selikuppython3 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.pyLinux (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.1.0/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -yRelease Page: https://github.com/cektor/selikup/releases/tag/1.1.0





