Add missing bootstrap.sh step

The debian/non-bootstrap.sh instructions were missing the plugin dependencies installer step.
This commit is contained in:
Adam Wolf
2015-10-23 12:54:58 -05:00
parent 0d15020dac
commit 7f2cbed0c2

View File

@@ -15,6 +15,7 @@ curl -sSL https://packagecloud.io/gpg.key | apt-key add -
echo "deb https://packagecloud.io/dokku/dokku/ubuntu/ trusty main" | sudo tee /etc/apt/sources.list.d/dokku.list
sudo apt-get update -qq > /dev/null
sudo apt-get install dokku
sudo dokku plugin:install-dependencies --core
```
## Unattended installation