From d7d62b539f066893fdd2d159a0f0b0a20d3ef955 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 19 Sep 2021 08:38:42 +0200 Subject: [PATCH] Fix --- manifest.json | 3 +-- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2a70716..59f17fb 100644 --- a/manifest.json +++ b/manifest.json @@ -30,8 +30,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "is_public", diff --git a/scripts/_common.sh b/scripts/_common.sh index c931b15..2bd68b5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql apt-transport-https redis-server" +pkg_dependencies="postgresql apt-transport-https" #================================================= # PERSONAL HELPERS