From a8dccf6b5cd424d6143e928bb2341034fae851ce Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Mon, 27 Mar 2023 11:07:05 -0400 Subject: [PATCH] Make clams browser-app non-default. --- defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.sh b/defaults.sh index 5a5df8b..7b9b7d6 100755 --- a/defaults.sh +++ b/defaults.sh @@ -3,7 +3,7 @@ set -e export DEPLOY_GHOST=true -export DEPLOY_CLAMS=true +export DEPLOY_CLAMS=false export DEPLOY_NEXTCLOUD=false export DEPLOY_GITEA=false