Show default answers in case of user only hits enter.
Includes fix: Install on rpi bullseye fails
This also should fix#24
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit should cover the following:
Missing insatllation candidate of libjpeg8-dev in bullseye images,
fixes#16 and #15
Refactores installation of ustreamer.
This should cover #12
Dropped ustreamer as submodule and clone it via install script.
For buster based images it reset the repo to last commit of v4.13 (omx support)
All other will get master branch (latest commit at insatllation)
This enables posibility to write an app updater.
Fixes custompios module according to changes.