1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00

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

View File

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