diff --git a/terraform/startup.sh b/terraform/startup.sh index 706216e..95355a7 100644 --- a/terraform/startup.sh +++ b/terraform/startup.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -curl -sSL https://install.yunohost.org | bash +yes | curl -sSL https://install.yunohost.org | bash