Last active
January 24, 2023 05:18
-
-
Save eclecticc/2a98c65d36c1f6edc5e53f09b803743e to your computer and use it in GitHub Desktop.
Fedora 37 Installation on the Framework Laptop (12th Gen Intel Core) commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make sure to update your packages first | |
sudo dnf upgrade | |
# To enable brightness up/down keys | |
sudo grubby --update-kernel=ALL --args="module_blacklist=hid_sensor_hub" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please update this to Fedora 37.
Fedora 36 Installation on the Framework Laptop (12th Gen Intel Core)
into
Fedora 37 Installation on the Framework Laptop (12th Gen Intel Core)