-
-
Save daronco/9b896e79cfccb0b7a1d8d45c4e10fc28 to your computer and use it in GitHub Desktop.
This file contains 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.2-elos.zip | |
sudo unzip v2.2-elos.zip | |
sudo mv moodle-mod_bigbluebuttonbn-2.2-elos mod/bigbluebuttonbn | |
cp mod/bigbluebuttonbn/lang/pt_br/bigbluebuttonbn.php $MOODLE_DATA/lang/pt_br/bigbluebuttonbn.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment