GithubHelp home page GithubHelp logo

quintenvandamme / ubuntumainline Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 781 KB

script for installing the latest mainline kernel on ubuntu and ubuntu based distros

License: MIT License

Shell 100.00%
kernel script mainline ubuntu

ubuntumainline's Introduction

ubuntumainline

Ubuntumainline

Script for installing the latest mainline kernel on ubuntu and ubuntu based distros.



installation

requirements

  • You wanna have curl and wget installed. If not you can do it by sudo apt install curl wget.
  • Its recommended to make a backup of your grub.cfg you can do it by sudo cp /boot/grub/grub.cfg /boot/grub/grub.cfg.bak.
  • ! Note these kernels don't work with nvidia drivers. Your pc won't display on boot.

amd64

mainline kernel 5.14.6

cd /tmp/ && wget https://raw.githubusercontent.com/hexa-one/ubuntumainline/main/catalog/5.14.6/install.sh && chmod +x install.sh && sudo ./install.sh -amd

lts kernel 5.10.67

cd /tmp/ && wget https://raw.githubusercontent.com/hexa-one/ubuntumainline/main/catalog/5.10.67/install.sh && chmod +x install.sh && sudo ./install.sh -amd

rc kernel 5.15-rc1

cd /tmp/ && wget https://raw.githubusercontent.com/hexa-one/ubuntumainline/main/catalog/5.15-rc1/install.sh && chmod +x install.sh && sudo ./install.sh -amd

arm64

mainline kernel 5.14.6

cd /tmp/ && wget https://raw.githubusercontent.com/hexa-one/ubuntumainline/main/catalog/5.14.6/install.sh && chmod +x install.sh && sudo ./install.sh -arm

lts kernel 5.10.67

cd /tmp/ && wget https://raw.githubusercontent.com/hexa-one/ubuntumainline/main/catalog/5.10.67/install.sh && chmod +x install.sh && sudo ./install.sh -arm

rc kernel 5.15-rc1

cd /tmp/ && wget https://raw.githubusercontent.com/hexa-one/ubuntumainline/main/catalog/5.15-rc1/install.sh && chmod +x install.sh && sudo ./install.sh -arm

catalog

info

License

MIT License

Ubuntumainline and its components are licensed under the MIT License.

The full text of the license can be accessed via this link and is also included in the license.md file of this software package.

ubuntumainline's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.