Skip to content

Commit

Permalink
Bump up moodle core version (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMessierGoC authored May 9, 2023
1 parent 1e3707e commit 271a8df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# moodle-single-node-azure
Deploys Moodle 3.11.13 on a single node on Azure Cloud.
Deploys Moodle 3.11.14 on a single node on Azure Cloud.

# Description
This project deploys the following Azure resources:
Expand Down
6 changes: 3 additions & 3 deletions azure/scripts/install_moodle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Install Moodle 3.11.13 without any additional plugins on Ubuntu 20.04 LTS.
# Install Moodle 3.11.14 without any additional plugins on Ubuntu 20.04 LTS.
# This script must be run as root (ex.: sudo sh [script_name])
# Style Guide: https://google.github.io/styleguide/shellguide.html

Expand Down Expand Up @@ -278,8 +278,8 @@ function main() {

# Ref.: https://download.moodle.org/releases/supported/
get_moodle_core \
"https://download.moodle.org/download.php/direct/stable311/moodle-3.11.13.tgz" \
"143df4aeb0dcfed64238674e339f1b75733423614e5be63c2ed035b1c944c916" \
"https://download.moodle.org/download.php/direct/stable311/moodle-3.11.14.tgz" \
"6a4cb241a8ef7a1c96300133bd065fefa7b4efa60379dc6a4ddb45b2f7562d50" \
"${MOODLE_DOCUMENT_ROOT_DIR_PATH}"

logger::action "Updating file ownership on ${MOODLE_DOCUMENT_ROOT_DIR_PATH}..."
Expand Down

0 comments on commit 271a8df

Please sign in to comment.