Skip to content

Commit 454da09

Browse files
committed
gpg url
1 parent 3704622 commit 454da09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bbb-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ check_version() {
704704
# fi
705705
check_root
706706
need_pkg curl apt-transport-https
707-
curl -fsSL "https://$PACKAGE_REPOSITORY/public.gpg" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/bbb-repo.gpg
708-
echo "deb https://$PACKAGE_REPOSITORY/ $VERSION main" | sudo tee /etc/apt/sources.list.d/bbb.list
707+
curl -fsSL "http://$PACKAGE_REPOSITORY/public.gpg" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/bbb-repo.gpg
708+
echo "deb http://$PACKAGE_REPOSITORY/ $VERSION main" | sudo tee /etc/apt/sources.list.d/bbb.list
709709
}
710710

711711
check_host() {

0 commit comments

Comments
 (0)