Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Aug 14, 2024
1 parent 1c7f90a commit d7f2ae2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# QSV DEBIAN APT REPOSITORY

This repository contains the Debian packages for the QSV <https://github.com/jqnatividad/qsv>

## Usage

To use this repository, add the following line to your `/etc/apt/sources.list`:

``` bash
echo "deb [signed-by=/etc/apt/trusted.gpg.d/qsv-deb.gpg] https://tin097.github.io/qsv-deb-releases ./" > qsv.list
```

Before you can install the packages, you need to add the repository key to your trusted keys:

``` bash
wget -O - https://tino097.github.io/qsv-deb-releases/qsv-deb.gpg | sudo apt-key add -
```

After that, you can install the packages using `apt`:

``` bash
sudo apt update
sudo apt install qsv
```

2 changes: 1 addition & 1 deletion qsv.list
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo "deb [signed-by=/etc/apt/trusted.gpg.d/qsv-deb.gpg] https://tin097.github.io/my_ppa ./" > qsv.list
echo "deb [signed-by=/etc/apt/trusted.gpg.d/qsv-deb.gpg] https://tin097.github.io/qsv-deb-releases ./" > qsv.list

0 comments on commit d7f2ae2

Please sign in to comment.