Skip to content

Commit

Permalink
Drop one more use of apt-key
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary authored Jun 28, 2024
1 parent 6c9b629 commit 65fe08c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,7 @@ check_version() {
fi
check_root
need_pkg curl apt-transport-https
if ! apt-key list | grep -q "BigBlueButton apt-get"; then
curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
fi

curl -fsSL "https://$PACKAGE_REPOSITORY/repo/bigbluebutton.asc" | sudo tee /etc/apt/keyrings/bigbluebutton.asc
echo "deb [signed-by=/etc/apt/keyrings/bigbluebutton.asc] https://$PACKAGE_REPOSITORY/$VERSION bigbluebutton-$DISTRO main" > /etc/apt/sources.list.d/bigbluebutton.list
}

Expand Down

0 comments on commit 65fe08c

Please sign in to comment.