diff --git a/install-local.sh b/install-local.sh index fdf9129..8708f00 100755 --- a/install-local.sh +++ b/install-local.sh @@ -55,4 +55,6 @@ if [ -n "$wp_user" ] ; then . "$_script_dir/install-wordpress.sh" fi -# TODO source dev env script +if [ -n "$dev_env" ] ; then +. "$_script_dir/install-dev-base.sh" +fi