core-services: install dgraph
diff --git a/apps/dgraph/setup.sh b/apps/dgraph/install.sh
similarity index 100%
rename from apps/dgraph/setup.sh
rename to apps/dgraph/install.sh
diff --git a/dev/install_core_services.sh b/dev/install_core_services.sh
index 09e72dd..c2d9a49 100755
--- a/dev/install_core_services.sh
+++ b/dev/install_core_services.sh
@@ -1,5 +1,9 @@
+#!/bin/sh
+
 ROOT="$(dirname -- $(pwd))"
 
+sh $ROOT/apps/dgraph/install.sh
+
 # Knowledge Graph
 cd "$ROOT/controller"
 docker build --tag=localhost:30500/giolekva/pcloud-api-server .