fix/default-theme-name #1

Merged
lucilio merged 4 commits from fix/default-theme-name into main 2026-04-24 00:06:21 +00:00
Showing only changes of commit 4562bbe9c5 - Show all commits
@@ -23,5 +23,5 @@ if which wp && ! wp core is-installed; then
fi fi
if test "$(wp theme list --format=count)" = "0"; then 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 fi