mirror of https://github.com/flarum/flarum
8 lines
161 B
Bash
8 lines
161 B
Bash
![]() |
#! /bin/bash
|
||
|
|
||
|
mkdir -p /vagrant/workbench/flarum/core
|
||
|
cd /vagrant/workbench/flarum/core
|
||
|
git clone https://github.com/flarum/core .
|
||
|
|
||
|
bash /vagrant/scripts/app.sh
|