Moodle: Upgrade jitsi and bbb plugins to latest version
parent
492dc9fb62
commit
117330cfcd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue