Skip to content

Commit cea6456

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/quick-installation
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
2 parents b91e7ed + c193a00 commit cea6456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ INSTALL_PATH="$INSTALL_DIR/fablo"
2323

2424
# Download fablo.sh
2525
echo "Downloading script..."
26-
if curl -f -sSL http://fablo.io/fablo.sh -o "$INSTALL_PATH"; then
26+
if curl -f -sSL https://fablo.io/fablo.sh -o "$INSTALL_PATH"; then
2727
chmod +x "$INSTALL_PATH"
2828
echo ""
2929
echo -e "${GREEN}✓ Fablo installed successfully!${NC}"

0 commit comments

Comments
 (0)