diff --git a/scripts/cloudron-setup b/scripts/cloudron-setup index f4d30e55d..2561b3fd3 100755 --- a/scripts/cloudron-setup +++ b/scripts/cloudron-setup @@ -40,7 +40,7 @@ if [[ -z "${domain}" ]]; then fi if [[ -z "${provider}" ]]; then - echo "--provider is required ('generic', 'scaleway', 'ec2')" + echo "--provider is required ('generic', 'scaleway', 'ec2', 'digitalocean')" exit 1 fi