now that we use `dialog` for input we can pipe the bootstrap script to bash

This commit is contained in:
Joshua Tauberer 2014-08-21 17:21:41 +00:00
parent 7e8e104964
commit 76dcab3139
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
#########################################################
# This script is intended to be run like this:
#
# wget https://raw.githubusercontent.com/mail-in-a-box/mailinabox/master/setup/bootstrap.sh
# sudo bash bootstrap.sh
#
# We can't pipe directly to bash because setup/start.sh
# asks for user input on stdin.
# wget https://.../bootstrap.sh | sudo bash
#
#########################################################