We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f36bb3 commit 56340f4Copy full SHA for 56340f4
1 file changed
provision.sh
@@ -8,7 +8,7 @@ mkdir -p $SETUP_DIR
8
if [ ! -f $INSTALLED_FLAG ]; then
9
10
echo "Installing PredictionIO..."
11
- bash -e -c "$(curl -s https://install.prediction.io/install.sh)" 0 -y
+ bash -e -c "$(curl -sS https://install.prediction.io/install.sh)" 0 -y
12
if [ $? -ne 0 ]; then
13
14
echo "ERROR: PredictionIO installation failed."
0 commit comments