Skip to content

Commit 56340f4

Browse files
committed
Show errors when they occure
to see the dns resolution error: ``` curl: (6) Could not resolve host: install.prediction.io ```
1 parent 3f36bb3 commit 56340f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provision.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir -p $SETUP_DIR
88
if [ ! -f $INSTALLED_FLAG ]; then
99

1010
echo "Installing PredictionIO..."
11-
bash -e -c "$(curl -s https://install.prediction.io/install.sh)" 0 -y
11+
bash -e -c "$(curl -sS https://install.prediction.io/install.sh)" 0 -y
1212
if [ $? -ne 0 ]; then
1313

1414
echo "ERROR: PredictionIO installation failed."

0 commit comments

Comments
 (0)