We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3704622 commit 454da09Copy full SHA for 454da09
bbb-install.sh
@@ -704,8 +704,8 @@ check_version() {
704
# fi
705
check_root
706
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
+ curl -fsSL "http://$PACKAGE_REPOSITORY/public.gpg" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/bbb-repo.gpg
+ echo "deb http://$PACKAGE_REPOSITORY/ $VERSION main" | sudo tee /etc/apt/sources.list.d/bbb.list
709
}
710
711
check_host() {
0 commit comments