From 09d3344c39cbf5cd732b3bb3399f29cfa4b813e0 Mon Sep 17 00:00:00 2001 From: scott boone Date: Wed, 27 Oct 2021 16:24:56 -0500 Subject: [PATCH] temporarily pin luajwtjitsi because v3 will intro a breaking change (#10262) --- debian/jitsi-meet-tokens.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/jitsi-meet-tokens.postinst b/debian/jitsi-meet-tokens.postinst index d87a1c4f8..4bfe97c49 100644 --- a/debian/jitsi-meet-tokens.postinst +++ b/debian/jitsi-meet-tokens.postinst @@ -61,7 +61,7 @@ case "$1" in sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG # Install luajwt - if ! luarocks install luajwtjitsi; then + if ! luarocks install luajwtjitsi 2.0-0; then echo "Failed to install luajwtjitsi - try installing it manually" fi