Skip to content

Commit

Permalink
docs: fix double https on install script download url
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Mar 24, 2024
1 parent 05ec4cd commit 1524534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ On a Linux-based machine with `bash` installed, run the script:
> However, if you run as root, a user svcfmtm will be created for you.
```bash
curl -L https://https://hotosm.github.io/fmtm-installer/install.sh -o install.sh
curl -L https://hotosm.github.io/fmtm-installer/install.sh -o install.sh
bash install.sh

# Then follow the prompts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ To install for a quick test, or on a production instance,
use the convenience script:

```bash
curl -L https://https://hotosm.github.io/fmtm-installer/install.sh -o install.sh
curl -L https://hotosm.github.io/fmtm-installer/install.sh -o install.sh
bash install.sh
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/Production.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ your own cloud server.
### Run the install script

```bash
curl -L https://https://hotosm.github.io/fmtm-installer/install.sh -o install.sh
curl -L https://hotosm.github.io/fmtm-installer/install.sh -o install.sh
bash install.sh

# Then follow the prompts
Expand Down

0 comments on commit 1524534

Please sign in to comment.