You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using WP-CLI or wget to download a theme from underscores.me like this: wp theme install http://underscores.me/?underscoresme_generate=1&underscoresme_name=SITENAME
or wget -O kansasfpc.zip http://underscores.me/?underscoresme_generate=1&underscoresme_name=SITENAME
It doesn't work. I get the following error message: Warning: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Any thoughts? I was hoping to really automate my jumping-off process, but this is a bit of a hurdle.
The text was updated successfully, but these errors were encountered:
When using WP-CLI or wget to download a theme from underscores.me like this:
wp theme install http://underscores.me/?underscoresme_generate=1&underscoresme_name=SITENAME
or
wget -O kansasfpc.zip http://underscores.me/?underscoresme_generate=1&underscoresme_name=SITENAME
It doesn't work. I get the following error message:
Warning: The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Any thoughts? I was hoping to really automate my jumping-off process, but this is a bit of a hurdle.
The text was updated successfully, but these errors were encountered: