RSS Git Download  Clone
Raw Blame History
#!/usr/bin/env bash
git clone https://github.com/patrikx3/corifeus.git
pushd corifeus
git checkout master
git submodule update --init --recursive --remote
git submodule foreach --recursive git checkout master

npm install
git submodule foreach --recursive npm install