From d7f2ae21d600680c93d68cc36259aad389850c55 Mon Sep 17 00:00:00 2001 From: tino097 Date: Wed, 14 Aug 2024 12:15:22 +0200 Subject: [PATCH] Add README --- README.md | 25 +++++++++++++++++++++++++ qsv.list | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e4bf2e --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# QSV DEBIAN APT REPOSITORY + +This repository contains the Debian packages for the 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 +``` + diff --git a/qsv.list b/qsv.list index db12c3b..cc2faf6 100644 --- a/qsv.list +++ b/qsv.list @@ -1 +1 @@ -echo "deb [signed-by=/etc/apt/trusted.gpg.d/qsv-deb.gpg] https://tin097.github.io/my_ppa ./" > qsv.list \ No newline at end of file +echo "deb [signed-by=/etc/apt/trusted.gpg.d/qsv-deb.gpg] https://tin097.github.io/qsv-deb-releases ./" > qsv.list \ No newline at end of file