Skip to content

Instantly share code, notes, and snippets.

@maditnerd
Last active January 24, 2022 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maditnerd/abee2d527d391446adca93198bc38421 to your computer and use it in GitHub Desktop.
Save maditnerd/abee2d527d391446adca93198bc38421 to your computer and use it in GitHub Desktop.
wsdd_install

📕 Source:https://github.com/christgau/wsdd 📼 Video: https://twitter.com/us1ni/status/1485649967570169856

📝Add deb sources (/etc/apt/sources.list.d/)

👨‍💻 Create a file in sources.list.d

sudo nano /etc/apt/sources.list.d/wsdd.list

📝 Add this line to the file:
❓ Last version of Raspberry Pi OS is bullseye (⌨️ lsb_release -cs )

deb https://pkg.ltec.ch/public/ bullseye main

🔑 Add deb key

👨‍💻 Type:

 sudo apt-key adv --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key

🔁Update apt

sudo apt update

You should see this line:

Get:6 https://pkg.ltec.ch/public bullseye/main armhf Packages [428 B]

Install

sudo apt install wsdd

Start wsdd service

sudo systemctl start wsdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment