Skip to content

Instantly share code, notes, and snippets.

@remisarrailh
Last active January 24, 2022 16:28
Show Gist options
  • Save remisarrailh/abee2d527d391446adca93198bc38421 to your computer and use it in GitHub Desktop.
Save remisarrailh/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