mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
9 lines
212 B
Bash
Executable File
9 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
|