Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.01 KB

readme.md

File metadata and controls

50 lines (35 loc) · 2.01 KB

Trident

The magic kernel manager for ubuntu based distros and WSL2.

latest-release latest-prerelease

terminal terminal

Install

sudo mkdir /var/cache/trident/ && sudo chmod 777 /var/cache/trident/ && sudo wget https://github.com/quintenvandamme/trident/releases/download/0.0.5-rc1/trident -P /usr/bin/ && sudo chmod +x /usr/bin/trident

Usage

command description
--version display version.
-help list all commands.
-update check for and install updates.
-install [kernel] install specific kernel from binary.
-compile [kernel] build and install specific kernel.
-wsl [kernel] build and install specific kernel for wsl2.

You can replace [kernel] with:

  • a specific kernel version like 5.16.2 or 5.17-rc5
  • latest_rc
  • latest_mainline
  • latest_lts

TODO

  • Add Generic Linux support (X86_64 and arm64)
  • Add WSL2 support (X86_64 and arm64)
  • Add RaspberryPi support (arm and arm64)
  • Add WSA support (X86_64 and arm64)
  • Add SteamDeck support (Linux 5.18?)
  • Add m1 support => Add support for arch linux.

License

license template made by brutal-org
MIT License

Trident 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 file of this software package.