|
|
|
@ -6,7 +6,7 @@ Tinge is a mobile first application for controlling Philips Hue lights on Linux
|
|
|
|
|
On Debian/Mobian
|
|
|
|
|
```
|
|
|
|
|
wget -O - https://repo.mic.ke/PUBLIC.KEY | sudo gpg --output /usr/share/keyrings/micke-archive-unstable.gpg --dearmor
|
|
|
|
|
echo "deb [signed-by=/usr/share/keyrings/micke-archive-unstable.gpg] https://repo.mic.ke/debian/ unstable main
|
|
|
|
|
echo "deb [signed-by=/usr/share/keyrings/micke-archive-unstable.gpg] https://repo.mic.ke/debian/ unstable main
|
|
|
|
|
deb-src [signed-by=/usr/share/keyrings/micke-archive-unstable.gpg] https://repo.mic.ke/debian/ unstable main" | sudo tee /etc/apt/sources.list.d/debian-micke-unstable.list
|
|
|
|
|
sudo apt update && sudo apt install python3-tinge
|
|
|
|
|
```
|
|
|
|
|