更新 bootstrap.sh

修复插件url
This commit is contained in:
2025-10-17 00:03:22 +08:00
parent 8280f210f2
commit 8dfa6029ac

View File

@@ -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