bigbluebutton-Github/bbb-presentation-video.placeholder.sh
Calvin Walton 03cd255392 bbb-presentation-video: update to 4.0.2
* Limit the max size of image surface to render PDF by @kepstin
2023-04-11 16:46:37 -04:00

12 lines
588 B
Bash
Executable File

#!/bin/sh
set -ex
RELEASE=4.0.2
cat <<MSG
This tool downloads prebuilt packages built on Github Actions
The corresponding source can be browsed at https://github.com/bigbluebutton/bbb-presentation-video/tree/${RELEASE}
Build logs are at https://github.com/bigbluebutton/bbb-presentation-video/actions/workflows/package.yml?query=branch%3A${RELEASE}
MSG
curl -Lf -o bbb-presentation-video.zip "https://github.com/bigbluebutton/bbb-presentation-video/releases/download/${RELEASE}/ubuntu-20.04.zip"
rm -rf bbb-presentation-video
unzip -o bbb-presentation-video.zip -d bbb-presentation-video