test
This commit is contained in:
parent
08a57031fb
commit
69e1f81919
1 changed files with 7 additions and 0 deletions
|
@ -176,6 +176,13 @@ install_db() {
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
install_wp_plugins() {
|
||||
download https://downloads.wordpress.org/plugin/activitypub.3.2.5.zip $TMPDIR/activitypub.zip
|
||||
unzip $TMPDIR/activitypub.zip -d $WP_CORE_DIR/wp-content/plugins/
|
||||
}
|
||||
|
||||
install_wp
|
||||
install_wp_plugins
|
||||
install_test_suite
|
||||
install_db
|
||||
|
|
Loading…
Reference in a new issue