Merge pull request #1859 from dhinus/dhinus-patch-1

Fix command for debconf-set-selections
This commit is contained in:
Jose Diaz-Gonzalez
2016-01-12 08:06:05 -05:00

View File

@@ -25,7 +25,7 @@ In case you want to perform an unattended installation of dokku, this is made po
You can set any of the below options through the `debconf-set-selections` command, for example to enable vhost-based deployments:
```bash
sudo echo "dokku dokku/vhost_enable boolean true" | debconf-set-selections
echo "dokku dokku/vhost_enable boolean true" | sudo debconf-set-selections
```
After setting the desired options, proceed with the installation as described above.