소스 검색

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

master
scott boone 3 년 전
부모
커밋
09d3344c39
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      debian/jitsi-meet-tokens.postinst

+ 1
- 1
debian/jitsi-meet-tokens.postinst 파일 보기

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

Loading…
취소
저장