Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harilvfs/archlts
Script to install the Linux LTS kernel on Arch and Arch-based distributions.
https://github.com/harilvfs/archlts
arch bash kernel script
Last synced: 2 months ago
JSON representation
Script to install the Linux LTS kernel on Arch and Arch-based distributions.
- Host: GitHub
- URL: https://github.com/harilvfs/archlts
- Owner: harilvfs
- License: mit
- Created: 2024-10-01T08:53:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T18:23:51.000Z (3 months ago)
- Last Synced: 2024-10-16T22:04:29.225Z (3 months ago)
- Topics: arch, bash, kernel, script
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LTS Kernel Installerπ
Get the stability of the Long-Term Support (LTS) kernel on your Arch or Arch-based distribution with a simple script. π§βπ»
β¨ What This Script Does
-
Installs the Linux LTS Kernel: Makes sure your system is running a stable, long-term support kernel. -
Updates GRUB: Automatically adds the new kernel to your bootloader, so it's ready to use. -
Configures the Boot Sequence: Sets your system to prioritize the LTS kernel in the bootloader, ensuring it boots up with the stable version.
π¦How to Install
-
Clone the Repo:
git clone https://github.com/harilvfs/archlts
cd archlts/
-
Give Execution Permissions:
chmod +x install.sh
-
Run the Setup Script:
./install.sh