We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b91e7ed + c193a00 commit cea6456Copy full SHA for cea6456
docs/install.sh
@@ -23,7 +23,7 @@ INSTALL_PATH="$INSTALL_DIR/fablo"
23
24
# Download fablo.sh
25
echo "Downloading script..."
26
-if curl -f -sSL http://fablo.io/fablo.sh -o "$INSTALL_PATH"; then
+if curl -f -sSL https://fablo.io/fablo.sh -o "$INSTALL_PATH"; then
27
chmod +x "$INSTALL_PATH"
28
echo ""
29
echo -e "${GREEN}✓ Fablo installed successfully!${NC}"
0 commit comments