Skip to content

Provide ready-to-use RyzenAdj software for snap-enabled GNU/Linux distributions.

Notifications You must be signed in to change notification settings

brlin-tw/ryzenadj-snap

Repository files navigation

Unofficial snap packaging for RyzenAdj

Provide ready-to-use RyzenAdj software for snap-enabled GNU/Linux distributions.

https://gitlab.com/brlin/ryzenadj-snap
The GitLab CI pipeline status badge of the project's main branch GitHub Actions workflow status badge pre-commit enabled badge REUSE Specification compliance badge

Installation

Currently due to the missing snapd confinement interface support of writing to the north bridge PCI config space the snap can now only installed using the devmode confinement mode by running the following commands in a text terminal:

snap_install_opts=(
    # Install the snap under devmode confinement
    --devmode

    # Install the version from the beta channel(the snap currently can
    # only be distributed via the beta and edge channels)
    --beta
)
sudo snap install "${snap_install_opts[@]}" ryzenadj

References

The following external material is referenced during the development of this project:

Licensing

Unless otherwise noted(individual file's header/REUSE.toml), this product is licensed under the MIT license, or any of its recent versions you would prefer.

This work complies to the REUSE Specification, refer the REUSE - Make licensing easy for everyone website for info regarding the licensing of this product.

About

Provide ready-to-use RyzenAdj software for snap-enabled GNU/Linux distributions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages