更新 bootstrap.sh
修复插件url
This commit is contained in:
@@ -92,7 +92,7 @@ main() {
|
|||||||
for plugin in redis postgres mongo mysql; do
|
for plugin in redis postgres mongo mysql; do
|
||||||
if ! dokku plugin:installed $plugin; then
|
if ! dokku plugin:installed $plugin; then
|
||||||
echo "=> Installing plugin $plugin"
|
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
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user