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() {