From 245f295f9da39c3d7a9a3d0a7ad94d02c0e92259 Mon Sep 17 00:00:00 2001
From: Vincent Sellier <vsellier@exoplatform.com>
Date: Sun, 22 Jul 2018 09:37:15 +0200
Subject: [PATCH] Don't install photos app by default

---
 create-instance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create-instance.sh b/create-instance.sh
index e027e47..9ee5152 100755
--- a/create-instance.sh
+++ b/create-instance.sh
@@ -12,7 +12,7 @@ TMPFILE=$(mktemp /tmp/cozyXXX)
 
 echo "Creating instance ${INSTANCE_ID}.${COZY_TLD} ..."
 
-docker-compose exec cozy ./cozy instances add --host 0.0.0.0 --apps drive,photos,collect,settings,onboarding "${INSTANCE_ID}.${COZY_TLD}" | tee "${TMPFILE}"
+docker-compose exec cozy ./cozy instances add --host 0.0.0.0 --apps drive,collect,settings,onboarding "${INSTANCE_ID}.${COZY_TLD}" | tee "${TMPFILE}"
 
 ## To replace by registry://store/something after next cozy-stack release
 docker-compose exec cozy ./cozy apps install --domain "${INSTANCE_ID}.${COZY_TLD}" store registry://store/stable | tee -a "${TMPFILE}"
-- 
GitLab