christgau / wsdd

A Web Service Discovery host daemon.
MIT License
861 stars 101 forks source link

how to add the repo and key to ubuntu (lubuntu and Raspian) #64

Closed bjlockie closed 4 years ago

bjlockie commented 4 years ago

$ sudo -s $ echo "deb https://pkg.ltec.ch/public/ " lsb_release -c | cut -f2 " main" >> /etc/apt/sources.list $ apt-key adv --fetch-keys https://pkg.ltec.ch/public/conf/ltec-ag.gpg.key $ apt update $ apt install wsdd $ service wsdd start

christgau commented 4 years ago

Sorry, but what is the actual issue here? I do not have a Debian-based system at hand where I can test your commands.

BTW, formatting them with triple back ticks in the markdown would ease the readability.

fxrb commented 4 years ago

As there is no question mark ending the title, I can just guess that the author tried to share his experience with installing wsdd on his own system. At least that's what a deep look into my crystal boll told me.

bjlockie commented 4 years ago

Correct, it is just informational.

christgau commented 4 years ago

Well, then why open an issue if there is none? Please don't do this.

Nevertheless, the Readme already includes steps for installing wsdd on a Debian-bases distro. If there is something missing, feel free an open an PR that adds the missing information.