Commit 2d5dd6fc authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Require the password-hash plugin

parent a3ba0e14
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -43,6 +43,9 @@ setup() {
	wp language plugin update --all
	wp language theme update --all

	# Install required components
	wp plugin install --activate password-hash

	# Install configured components
	wp plugin install "${PLUGINS[@]}"
	wp theme install "${THEMES[@]}"