summaryrefslogtreecommitdiff
path: root/server-build/QEMU-autobuild/buildWebstore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server-build/QEMU-autobuild/buildWebstore.sh')
-rwxr-xr-xserver-build/QEMU-autobuild/buildWebstore.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/server-build/QEMU-autobuild/buildWebstore.sh b/server-build/QEMU-autobuild/buildWebstore.sh
index 9ed8c00..00823d3 100755
--- a/server-build/QEMU-autobuild/buildWebstore.sh
+++ b/server-build/QEMU-autobuild/buildWebstore.sh
@@ -90,11 +90,9 @@ sudo -u www-data wp plugin install code-snippets --activate
echo
echo '## Checkout, copy to WP, and activate GNU-Taler-Payment-Gateway'
-# Get the plugin
-cd /root/woocommerce-taler
-git checkout HEAD plugin/GNU-Taler-Payment-Gateway
+
# Put the plugin in WP
-cp -r /root/woocommerce-taler/plugin/GNU-Taler-Payment-Gateway /var/www/wordpress/wp-content/plugins
+cp -r woocommerce-taler/plugin/GNU-Taler-Payment-Gateway /var/www/wordpress/wp-content/plugins
# Get back to the WordPress site:
cd /var/www/wordpress
# Activate GNU-Taler-Payment-Gateway