Moodle: Upgrade jitsi and bbb plugins to latest version

root 2021-06-10 23:27:26 +02:00
parent 492dc9fb62
commit 117330cfcd
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
if [ ! -f /var/www/html/config.php ]; then
curl --location https://moodle.org/plugins/download.php/23360/mod_jitsi_moodle310_2021020300.zip > jitsi.zip
curl --location https://moodle.org/plugins/download.php/23360/mod_jitsi_moodle310_2021052500.zip > jitsi.zip
unzip jitsi.zip -d /var/www/html/mod/
rm jitsi.zip
curl --location https://moodle.org/plugins/download.php/23294/mod_bigbluebuttonbn_moodle310_2019101004.zip > bbb.zip
curl --location https://moodle.org/plugins/download.php/23294/mod_bigbluebuttonbn_moodle310_2019101009.zip > bbb.zip
unzip bbb.zip -d /var/www/html/mod/
rm bbb.zip