Skip to content

Commit

Permalink
Merge pull request #2 from r00tat/upgrade-debian-11
Browse files Browse the repository at this point in the history
Upgrade debian 11
  • Loading branch information
r00tat authored Sep 24, 2022
2 parents 81e0ce4 + fda4d52 commit f374823
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion INSTALL
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi


# Check dependencies
requiredAptDependencies=( "cec-utils" "libcec4")
requiredAptDependencies=( "cec-utils" )
missingAptDependencies=()

echo "Checking apt dependencies..."
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@ Die Applikation ist entwickelt für Raspberry Pi in Kombination mit [Raspbian St

Folgende Bibliotheken werden benötigt:

- APT Packete:
- cec-utils
- libcec4-dev
- Pip Packete:
- pyyaml
- cec
* APT Packete:
* cec-utils
* python3-cec
* Pip Packete:
* pyyaml
* cec

Zum Installieren der Äbhängigkeiten folgenden Befehle ausführen:

```bash
sudo apt install cec-utils libcec4-dev
pip3 install --system pyyaml cec
sudo apt install cec-utils python3-cec python3-yaml
```

Um Python Packete systemweit mit `pip3 install --system` installieren zu können muss der User der die Installation ausführt in der Gruppe _staff_ sein. Ein User kann zu dieser Gruppe mit:
Expand Down

0 comments on commit f374823

Please sign in to comment.