-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4780fc9
commit fa5cc0c
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.." | ||
|
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