Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sfrias/kernelinstall

 
 

Repository files navigation

kernelinstall

Downloads, configures, compiles and installs the latest stable kernel from kernel.org

Running it:

  • 1 Clone the repository
  • 2 cd kernelinstall
  • 3 ./kernel-installer

Compiling it:

  • 1 Clone the repository
  • 2 cd kernelinstall
  • 3 run the following:bash compilar.sh

Note: compilar.sh only works for debian and ubuntu-based distros for now. If you want to compile it on other distros, you will need to do it manually. cd kernelinstall; make && sudo make install

Supported Distros:

  • Debian 13
  • Debian 12
  • MX Linux
  • Linux Mint LMDE
  • Linux Mint
  • Ubuntu
  • ElementaryOS
  • PopOS!

What's New?

Read the changelog https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.17.8

Questions, reporting problems, etc.

Read answered existing questions, bug reports and or create your own at Issues section of the repository.

Language Support

  • English
  • Spanish
  • Italian (Experimental)

This is a simple tool that fetches the latest stable kernel release from kernel.org configures it for debian, compiles and installs it.

For now it only supports debian or ubuntu based distros. Support for fedora, RHEL, RockyLinux, Almalinux and Oracle will be ready soon.

-- Alexia.

DONATE / DONAR AL PROYECTO

Si deseas apoyar estos desarrollos libres e independientes y querés regalarme un cafecito podés hacer una donación privada con el siguiente QR.

QR Binance

Como las donaciones son anónimas (no se quien dona que cosa ni veo tu información personal) podés abrir un issue en el proyecto arriba con titulo donación y lo agrego a la lista de donors (Opcional)

About

Downloads, configures, compiles and installs the latest stable kernel from kernel.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.7%
  • Makefile 3.5%
  • Shell 1.8%