37 lines
1.7 KiB
Bash
37 lines
1.7 KiB
Bash
git clone https://github.com/isard-vdi/moodle-auth_saml2.git /var/www/html/auth/saml2
|
|
|
|
curl --location https://moodle.org/plugins/download.php/23360/mod_jitsi_moodle310_2021020300.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
|
|
unzip bbb.zip -d /var/www/html/mod/
|
|
rm bbb.zip
|
|
|
|
curl --location https://github.com/3iPunt/moodle_mod_tresipuntshare/archive/refs/heads/master.zip > tresipuntshare.zip
|
|
unzip tresipuntshare.zip -d /var/www/html/mod/
|
|
mv /var/www/html/mod/moodle_mod_tresipuntshare-master /var/www/html/mod/tresipuntshare
|
|
rm tresipuntshare.zip
|
|
|
|
curl --location https://github.com/3iPunt/moodle_mod_tresipuntvideo/archive/refs/heads/master.zip > tresipuntvideo.zip
|
|
unzip tresipuntvideo.zip -d /var/www/html/mod/
|
|
mv /var/www/html/mod/moodle_mod_tresipuntvideo-master /var/www/html/mod/tresipuntvideo
|
|
rm tresipuntvideo.zip
|
|
|
|
curl --location https://github.com/3iPunt/moodle_mod_tresipuntaudio/archive/refs/heads/master.zip > tresipuntaudio.zip
|
|
unzip tresipuntaudio.zip -d /var/www/html/mod/
|
|
mv /var/www/html/mod/moodle_mod_tresipuntaudio-master /var/www/html/mod/tresipuntaudio
|
|
rm tresipuntaudio.zip
|
|
|
|
curl --location https://github.com/3iPunt/moodle_mod_tresipuntaudio/archive/refs/heads/master.zip > tresipuntaudio.zip
|
|
unzip tresipuntaudio.zip -d /var/www/html/mod/
|
|
mv /var/www/html/mod/moodle_mod_tresipuntaudio-master /var/www/html/mod/tresipuntaudio
|
|
rm tresipuntaudio.zip
|
|
|
|
curl --location https://github.com/3iPunt/moodle_theme_cbe/archive/refs/heads/master.zip > tresipunt_theme_cbe.zip
|
|
unzip tresipunt_theme_cbe.zip -d /var/www/html/mod/
|
|
mv /var/www/html/mod/moodle_theme_cbe-master /var/www/html/theme/cbe
|
|
rm tresipunt_theme_cbe.zip
|
|
|
|
|