requirements.sh fails on debian if software-properties-common is not installed (which it is not by default), because the command add-apt-repository is not available.
I propose to adjust the requirements.sh to install software-properties-common if not yet present (especially since the official picroft image is based on debian).
requirements.sh fails on debian if software-properties-common is not installed (which it is not by default), because the command
add-apt-repository
is not available.I propose to adjust the requirements.sh to install software-properties-common if not yet present (especially since the official picroft image is based on debian).