mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
7f983cc549
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 lines
212 B
Bash
Executable file
8 lines
212 B
Bash
Executable file
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../" >/dev/null 2>&1 && pwd )"
|
|
|
|
cd $DIR/
|
|
git submodule update --init
|
|
|
|
# Codespace config
|
|
cp .devcontainer/codespace.config.php config/codespace.config.php
|