From 8dfa6029ace38a728f2206286b0009acea0732c0 Mon Sep 17 00:00:00 2001 From: gitea <18810166@qq.com> Date: Fri, 17 Oct 2025 00:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bootstrap.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复插件url --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 573b6c6..a549296 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://git.shusou.com/dokku-$plugin.git $plugin &>/dev/null + dokku plugin:install https://git.shusou.com/dokku/dokku-$plugin.git $plugin &>/dev/null fi done