From 75b07f6bf6ee469bacd4671929d1736fc9aaa578 Mon Sep 17 00:00:00 2001 From: flowshadow Date: Thu, 16 Oct 2025 23:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4665d6a..573b6c6 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -92,7 +92,7 @@ main() { for plugin in redis postgres mongo mysql; do if ! dokku plugin:installed $plugin; then echo "=> Installing plugin $plugin" - dokku plugin:install https://github.com/dokku/dokku-$plugin.git $plugin &>/dev/null + dokku plugin:install https://git.shusou.com/dokku-$plugin.git $plugin &>/dev/null fi done