temporarily pin luajwtjitsi because v3 will intro a breaking change (#10262)

This commit is contained in:
scott boone 2021-10-27 16:24:56 -05:00 committed by GitHub
parent 0dc061f633
commit 09d3344c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ case "$1" in
sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG sed -i '/^\s*--\s*"token_verification"/ s/--\s*//' $PROSODY_HOST_CONFIG
# Install luajwt # Install luajwt
if ! luarocks install luajwtjitsi; then if ! luarocks install luajwtjitsi 2.0-0; then
echo "Failed to install luajwtjitsi - try installing it manually" echo "Failed to install luajwtjitsi - try installing it manually"
fi fi