forked from tfcoop/www_duniayetu
add crystallib to install script
This commit is contained in:
parent
0c557e67a8
commit
5022763bf1
11
install.sh
11
install.sh
@ -1,13 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
SOURCE=${BASH_SOURCE[0]}
|
||||
DIR_OF_THIS_SCRIPT="$( dirname "$SOURCE" )"
|
||||
ABS_DIR_OF_SCRIPT="$( realpath $DIR_OF_THIS_SCRIPT )"
|
||||
mkdir -p ~/.vmodules/freeflowuniverse
|
||||
mkdir -p ~/.vmodules/freeflowuniverse
|
||||
mkdir -p ~/code/github/freeflowuniverse
|
||||
pushd ~/code/github/freeflowuniverse
|
||||
git clone https://github.com/freeflowuniverse/crystallib.git
|
||||
git checkout development_db
|
||||
ln -s ~/code/github/freeflowuniverse/crystallib/crystallib ~/.vmodules/freeflowuniverse/crystallib
|
||||
|
||||
git clone https://github.com/freeflowuniverse/webcomponents.git
|
||||
ln -s ~/code/github/freeflowuniverse/webcomponents/webcomponents ~/.vmodules/freeflowuniverse/webcomponents
|
||||
|
||||
popd
|
||||
echo "INSTALL OK"
|
Loading…
Reference in New Issue
Block a user