Skip to content

Commit

Permalink
Update to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven committed Aug 20, 2024
1 parent 4780fc9 commit fa5cc0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions install_moodle_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ if [ ! -d "$DESTDIR" ]; then
if [ -d "$DESTDIR" ]; then
cd "$DESTDIR" || exit

# Installing dependencies.
git submodule update --init --recursive
# Fix issue with the command above.
git submodule add -b main [email protected]:moodlehq/moodle-docker.git moodlehq-docker
git clone [email protected]:moodlehq/moodle-docker.git moodlehq-docker
chmod +x "$DESTDIR/moodle-docker"
else
echo "Error: installing failed.."
Expand Down
2 changes: 1 addition & 1 deletion moodle-docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class MoodleDocker < Formula
desc "Moodle Docker"
homepage "https://ldesignmedia.nl"
url "https://github.com/LdesignMedia/homebrew-moodle-docker.git", :branch => "main", :using => :git
version "1.0.19"
version "1.0.20"

depends_on "bash"
depends_on "wget"
Expand Down

0 comments on commit fa5cc0c

Please sign in to comment.