This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MOODLE_HOME="/var/www/moodle" | |
MOODLE_DATA="/var/www/moodle/moodledata" | |
sudo mkdir -p $MOODLE_DATA/lang/pt_br | |
cd $MOODLE_HOME | |
sudo wget https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v1.0.11-upstream.zip -O moodle-mod_bigbluebuttonbn.zip | |
sudo unzip moodle-mod_bigbluebuttonbn.zip | |
sudo mv moodle-mod_bigbluebuttonbn-1.0.11-upstream mod/bigbluebuttonbn | |
cp mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php $MOODLE_DATA/lang/pt_br/bigbluebuttonbn.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MOODLE_HOME="/var/www/moodle" | |
MOODLE_DATA="/var/www/moodle/moodledata" | |
sudo mkdir -p $MOODLE_DATA/lang/pt_br | |
cd $MOODLE_HOME | |
sudo wget https://github.com/mconf/moodle-mod_bigbluebuttonbn/archive/v2.1.12-upstream.zip -O moodle-mod_bigbluebuttonbn.zip | |
sudo unzip moodle-mod_bigbluebuttonbn.zip | |
sudo mv moodle-mod_bigbluebuttonbn-2.1.12-upstream mod/bigbluebuttonbn | |
cp mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php $MOODLE_DATA/lang/pt_br/bigbluebuttonbn.php |