diff --git a/bin/install.sh b/bin/install.sh index cda2faa..4eb35fe 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -11,7 +11,7 @@ printf "\n${grn}+ Installing Craft (This may take a few minutes)...${end}\n" # generate a new Craft app in the /tmp directory # and copy the generated files into the /app directory cd /tmp -composer create-project craftcms/craft craft -s beta +composer create-project craftcms/craft craft shopt -s dotglob cp -a craft/* /app cd - diff --git a/boxfile.yml b/boxfile.yml index 4563a1b..d4f0609 100644 --- a/boxfile.yml +++ b/boxfile.yml @@ -18,6 +18,7 @@ run.config: - session - zip - zlib + - fileinfo web.craft: start: