Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: typo when uninstalling AMD-LACT
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 10, 2024
1 parent ff35aa9 commit ea499ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/files/shared/libexec/atomic-studio-cli/setup.nu
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export def "main uninstall supergfxctl" [] {
# Uninstall LACT, an overclocking utility for AMD cards
export def "main uninstall amd-lact" [] {
systemctl disable --now lactd
rpm-ostree uninstall lact
rpm-ostree remove (rpm -qa | grep lact) -y
}

# Removes OpenTabletDriver services and the installation from container (does not delete the container itself.)
Expand Down

0 comments on commit ea499ab

Please sign in to comment.