Skip to content

Instantly share code, notes, and snippets.

@chokonet
Last active February 4, 2021 23:40
Show Gist options
  • Select an option

  • Save chokonet/a3745e4441a379c327836a5479a469c2 to your computer and use it in GitHub Desktop.

Select an option

Save chokonet/a3745e4441a379c327836a5479a469c2 to your computer and use it in GitHub Desktop.
Descargar moodle en ubuntu
curl -L https://download.moodle.org/download.php/direct/stable32/moodle-latest-32.tgz > moodle.tgz
sudo tar -xvzf moodle.tgz -C /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment