OwncloudPie
OwncloudPie copied to clipboard
Automatic installation of git and dialog if missing
Currently there’s a check for the git and dialog packages. If they are not present, the setup exits:
https://github.com/petrockblog/OwncloudPie/blob/b7849d2a494e19f5b82d2ac5d66dc387a2af7b0f/owncloudpie_setup.sh#L65-L66
Instead, we could just let the script do the commands and install the packages, right?