fix: default theme name

This commit is contained in:
2026-04-23 19:20:22 -03:00
parent 9892f2caf5
commit 4562bbe9c5
@@ -23,5 +23,5 @@ if which wp && ! wp core is-installed; then
fi
if test "$(wp theme list --format=count)" = "0"; then
wp theme install ${WORDPRESS_DEFAULT_THEME:-twentytwentysix} --force --activate;
wp theme install ${WORDPRESS_DEFAULT_THEME:-twentytwentyfive} --force --activate;
fi