Skip to content

Commit 65fe08c

Browse files
authored
Drop one more use of apt-key
1 parent 6c9b629 commit 65fe08c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bbb-install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,7 @@ check_version() {
582582
fi
583583
check_root
584584
need_pkg curl apt-transport-https
585-
if ! apt-key list | grep -q "BigBlueButton apt-get"; then
586-
curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
587-
fi
588-
585+
curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
589586
echo "deb [signed-by=/etc/apt/keyrings/bigbluebutton.asc] https://$PACKAGE_REPOSITORY/$VERSION bigbluebutton-$DISTRO main" > /etc/apt/sources.list.d/bigbluebutton.list
590587
}
591588

0 commit comments

Comments
 (0)