Imported Upstream version 2.2.1

This commit is contained in:
Mario Fetka
2021-10-26 14:11:39 +02:00
parent 27b4629279
commit 1d2c07ae63
39 changed files with 720 additions and 875 deletions

View File

@@ -220,7 +220,8 @@ There's a Dockerfile which can be used to build a Debian `.deb` package:
make deb-from-pypi
# Install the package:
sudo apt install ./dist/debian/*.deb
sudo dpkg -i dist/debian/*.deb
sudo apt install -f
Perhaps one day the package might get published to the Debian repos,
so a simple ``apt install afancontrol`` would work. But for now, given