From 62040bdcb3c2f993ba72ab89f4db2015e18d1706 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Mon, 20 Dec 2021 14:35:43 +0000 Subject: [PATCH] build: use official ep_cursortrace --- build/packages-template/bbb-etherpad/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/packages-template/bbb-etherpad/build.sh b/build/packages-template/bbb-etherpad/build.sh index fb8e8cace558..5e207c9fae48 100755 --- a/build/packages-template/bbb-etherpad/build.sh +++ b/build/packages-template/bbb-etherpad/build.sh @@ -32,9 +32,7 @@ git clone https://github.com/mconf/ep_redis_publisher.git npm pack ./ep_redis_publisher npm install ./ep_redis_publisher-*.tgz -# npm install ep_cursortrace -# using mconf's fork due to https://github.com/ether/ep_cursortrace/pull/25 not being accepted upstream -npm install git+https://github.com/mconf/ep_cursortrace.git +npm install ep_cursortrace npm install ep_disable_chat # For some reason installing from github using npm 7.5.2 gives