From 89687ccd6149dd911b87526822d29e87b7a0e3bd Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 20 May 2021 01:49:42 +0200 Subject: [PATCH] add clone_pEpJSONAdapter --- bash_profile.d/pEp.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bash_profile.d/pEp.sh b/bash_profile.d/pEp.sh index 31de7e2..b9bcf7e 100644 --- a/bash_profile.d/pEp.sh +++ b/bash_profile.d/pEp.sh @@ -30,7 +30,12 @@ function clone_pEpJNIAdapter() { git clone https://gitea.pep.foundation/pEp.foundation/pEpJNIAdapter.git . cp $PEP_LOCAL_CONF_DIR/local.conf.pEpJNIAdapter local.conf cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.pEpJNIAdapter .idea - cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.pEpJNIAdapter .idea +} + +function clone_pEpJSONAdapter() { + git clone https://gitea.pep.foundation/pEp.foundation/pEpJSONServerAdapter.git . + cp $PEP_LOCAL_CONF_DIR/local.conf.pEpJSONAdapter local.conf + cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.pEpJSONAdapter .idea } function clone_libpEpAdapter() {