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

Does not check if GNU Wget is installed #735

Open
paulmenzel opened this issue Apr 8, 2024 · 0 comments
Open

Does not check if GNU Wget is installed #735

paulmenzel opened this issue Apr 8, 2024 · 0 comments

Comments

@paulmenzel
Copy link
Contributor

if ! wget -qS --spider "https://$PACKAGE_REPOSITORY/$1/dists/bigbluebutton-$DISTRO/Release.gpg" > /dev/null 2>&1; then

If wget is not installed this errors out with:

+ check_version jammy-300
+ echo jammy-300
+ grep -Eq jammy-30
+ DISTRO=jammy
+ wget -qS --spider https://ubuntu.bigbluebutton.org/jammy-300/dists/bigbluebutton-jammy/Release.gpg
+ err 'Unable to locate packages for jammy-300 at ubuntu.bigbluebutton.org.'
+ say 'Unable to locate packages for jammy-300 at ubuntu.bigbluebutton.org.'
+ echo 'bbb-install: Unable to locate packages for jammy-300 at ubuntu.bigbluebutton.org.'
bbb-install: Unable to locate packages for jammy-300 at ubuntu.bigbluebutton.org.
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