Skip to content

Commit 01c45ec

Browse files
committed
recover the pattern of independent repos per release
1 parent a3ec0ce commit 01c45ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbb-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ check_version() {
687687
fi
688688
check_root
689689
curl -fsSL "https://$PACKAGE_REPOSITORY/public.gpg" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
690-
echo "deb [signed-by=/etc/apt/keyrings/bigbluebutton.asc] https://$PACKAGE_REPOSITORY/ $VERSION main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
690+
echo "deb [signed-by=/etc/apt/keyrings/bigbluebutton.asc] https://$PACKAGE_REPOSITORY/$VERSION bigbluebutton-$DISTRO main" > /etc/apt/sources.list.d/bigbluebutton.list
691691
}
692692

693693
check_host() {

0 commit comments

Comments
 (0)