Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bbb install error #722

Open
leandroveronezi opened this issue Feb 5, 2024 · 0 comments
Open

bbb install error #722

leandroveronezi opened this issue Feb 5, 2024 · 0 comments

Comments

@leandroveronezi
Copy link

I'm having problems trying to install BBB.


(Reading database ... 63926 files and directories currently installed.)
Preparing to unpack .../dnsutils_1%3a9.16.1-0ubuntu2.16_all.deb ...
Unpacking dnsutils (1:9.16.1-0ubuntu2.16) ...
Setting up dnsutils (1:9.16.1-0ubuntu2.16) ...
'Error reading https://launchpad.net/api/devel/~bigbluebutton/+archive/ubuntu/support?ws.op=getSigningKeyData (4 tries): Service Unavailable'
Warning: apt-key output should not be parsed (stdout is not a terminal)
Cannot add PPA: 'ppa:~bigbluebutton/ubuntu/support'.
ERROR: '~bigbluebutton' user or team does not exist.
Warning: apt-key output should not be parsed (stdout is not a terminal)
bbb-install: Unable to setup PPA for ppa:bigbluebutton/support
�[31m
Abortado.....
�[1;0m

Command:

checkerror() {

  if [ $? -ne 0 ]
  then
    echo -e "\e[31m"
    echo "Abortado....."
    echo -e "\033[1;0m"
    exit 1
  fi

}

apt-get update
checkerror

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install-2.6.sh | bash -s -- -v focal-260 -s ${bbb_url} -e ${email_de_contato} -w

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant