1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-19 08:52:22 +01:00
OwncloudContactsOfficial/tests/install_dependencies.sh

14 lines
273 B
Bash
Executable File

#!/bin/bash
WORKDIR=$PWD
echo "Work directory: $WORKDIR"
cd ..
git clone https://github.com/owncloud/core
cd core
git submodule update --init
mkdir apps2
ln -s $WORKDIR apps2
cd -
git clone https://github.com/owncloud/appframework
ln -s $PWD/appframework apps2
cd $WORKDIR