1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/tests/install_dependencies.sh

15 lines
297 B
Bash
Raw Normal View History

2013-08-19 19:43:47 +02:00
#!/bin/bash
WORKDIR=$PWD
echo "Work directory: $WORKDIR"
2013-08-19 19:43:47 +02:00
cd ..
git clone https://github.com/owncloud/core
cd core
git submodule update --init
mkdir apps2
ln -s $WORKDIR apps2
git checkout urlParams_fix
git checkout -b oc6-integration
git fetch origin
git merge origin/improved_request
cd $WORKDIR