knxd / knxd

GNU General Public License v2.0
539 stars 201 forks source link

PR suggestion: add --yes to Debian installer for unattended operation? #581

Closed greiginsydney closed 3 months ago

greiginsydney commented 3 months ago

Hi Matthias,

Would you support a PR for the Debian branch to make the installer auto-complete, without the two "Do you want to continue?" prompts?

https://github.com/knxd/knxd/blob/debian/install-debian.sh

sudo apt-get install --no-install-recommends build-essential devscripts equivs --yes
sudo apt remove --autoremove knxd-build-deps --yes

- Greig.

smurfix commented 3 months ago

Sure, bring it on.

greiginsydney commented 3 months ago

Thanks