When `cli/install-wp-fs.sh` runs (i.e. scaffolding) WordPress is downloaded on every call. Store different versions of WordPress in a non version-controlled directory for easier cloning during installs i.e. - `./.cache` - `./latest` - `./6.4.3` - `./6.4.2`
When
cli/install-wp-fs.shruns (i.e. scaffolding) WordPress is downloaded on every call.Store different versions of WordPress in a non version-controlled directory for easier cloning during installs i.e.
./.cache./latest./6.4.3./6.4.2