453
453
454
454
echo " Setup dependency: Rockstar' plugins"
455
455
456
- rm -rf " $DOCS_DIR /Payroll "
457
- mkdir -p " $DOCS_DIR /Payroll "
456
+ rm -rf " $DOCS_DIR /VendorPay "
457
+ mkdir -p " $DOCS_DIR /VendorPay "
458
458
459
459
if [ ! -d " $ROCKSTAR_DIR " ]; then
460
460
git clone --depth 1 https://github.com/rockstardev/BTCPayServerPlugins.RockstarDev.git " $ROCKSTAR_DIR "
464
464
465
465
cd " $ROCKSTAR_DIR /Plugins/BTCPayServer.RockstarDev.Plugins.Payroll"
466
466
467
- cp -r README.md " $DOCS_DIR /Payroll "
468
- for file in " $DOCS_DIR " /Payroll /* .md; do
469
- update_external " $file " https://github.com/rockstardev/BTCPayServerPlugins.RockstarDev/tree/master/Plugins/BTCPayServer.RockstarDev.Plugins.Payroll https://github.com/rockstardev/BTCPayServerPlugins.RockstarDev/edit/master/Plugins/BTCPayServer.RockstarDev.Plugins.Payroll " $DOCS_DIR " /Payroll /
467
+ cp -r README.md " $DOCS_DIR /VendorPay "
468
+ for file in " $DOCS_DIR " /VendorPay /* .md; do
469
+ update_external " $file " https://github.com/rockstardev/BTCPayServerPlugins.RockstarDev/tree/master/Plugins/BTCPayServer.RockstarDev.Plugins.Payroll https://github.com/rockstardev/BTCPayServerPlugins.RockstarDev/edit/master/Plugins/BTCPayServer.RockstarDev.Plugins.Payroll " $DOCS_DIR " /VendorPay /
470
470
done
471
471
472
472
# Tobe' plugins
@@ -476,6 +476,9 @@ echo "Setup dependency: Tobses' plugins"
476
476
rm -rf " $DOCS_DIR /BigCommerce"
477
477
mkdir -p " $DOCS_DIR /BigCommerce"
478
478
479
+ rm -rf " $DOCS_DIR /Ghost"
480
+ mkdir -p " $DOCS_DIR /Ghost"
481
+
479
482
if [ ! -d " $TOBSES_DIR " ]; then
480
483
git clone --depth 1 https://github.com/TChukwuleta/BTCPayServerPlugins.git " $TOBSES_DIR "
481
484
else
@@ -489,6 +492,13 @@ for file in "$DOCS_DIR"/BigCommerce/*.md; do
489
492
update_external " $file " https://github.com/TChukwuleta/BTCPayServerPlugins/tree/main/Plugins/BTCPayServer.Plugins.BigCommercePlugin https://github.com/TChukwuleta/BTCPayServerPlugins/edit/main/Plugins/BTCPayServer.Plugins.BigCommercePlugin " $DOCS_DIR " /BigCommerce/
490
493
done
491
494
495
+ cd " $TOBSES_DIR /Plugins/BTCPayServer.Plugins.GhostPlugin"
496
+
497
+ cp -r README.md img " $DOCS_DIR /Ghost"
498
+ for file in " $DOCS_DIR " /Ghost/* .md; do
499
+ update_external " $file " https://github.com/TChukwuleta/BTCPayServerPlugins/tree/main/Plugins/BTCPayServer.Plugins.GhostPlugin https://github.com/TChukwuleta/BTCPayServerPlugins/edit/main/Plugins/BTCPayServer.Plugins.GhostPlugin " $DOCS_DIR " /Ghost/
500
+ done
501
+
492
502
# Nisaba plugins
493
503
494
504
echo " Setup dependency: Nisaba plugins"
0 commit comments