https://github.com/dathere/qsv-deb-releases
https://github.com/dathere/qsv-deb-releases
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dathere/qsv-deb-releases
- Owner: dathere
- Created: 2024-07-30T15:29:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T16:40:45.000Z (about 1 year ago)
- Last Synced: 2025-04-04T11:51:13.151Z (about 1 year ago)
- Language: Shell
- Size: 173 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QSV DEBIAN APT REPOSITORY
This repository contains the Debian packages for the QSV
## Usage
To install `qsv`:
``` bash
wget -O - https://dathere.github.io/qsv-deb-releases/qsv-deb.gpg | sudo gpg --dearmor -o /usr/share/keyrings/qsv-deb.gpg
echo "deb [signed-by=/usr/share/keyrings/qsv-deb.gpg] https://dathere.github.io/qsv-deb-releases ./" | sudo tee /etc/apt/sources.list.d/qsv.list
sudo apt update
sudo apt install qsv
sudo apt install qsv-datapusher-plus
sudo apt install qsv-lite
```