https://github.com/ssprea/snvctl-apt-repo
Apt repository for ssprea nvidia control
https://github.com/ssprea/snvctl-apt-repo
Last synced: 5 months ago
JSON representation
Apt repository for ssprea nvidia control
- Host: GitHub
- URL: https://github.com/ssprea/snvctl-apt-repo
- Owner: ssprea
- Created: 2025-02-18T21:30:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T22:23:29.000Z (over 1 year ago)
- Last Synced: 2025-02-18T23:22:16.254Z (over 1 year ago)
- Language: Shell
- Size: 48.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APT Repo for ssprea nvidia control
## How to add repo
Copy and paste the following commands in your terminal:
```
curl -s --compressed "https://ssprea.github.io/snvctl-apt-repo/ubuntu/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/snvctl-apt-repo.gpg >/dev/null
sudo curl -s --compressed -o /etc/apt/sources.list.d/snvctl.list "https://ssprea.github.io/snvctl-apt-repo/ubuntu/snvctl.list"
sudo apt update
```
## Install software
```
sudo apt install ssprea-nvidia-control ssprea-nvidia-control-cli
```