Skip to content

Commit

Permalink
updated autoinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
nextguyover committed Jul 1, 2024
1 parent 59ed61f commit e83a7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You will also require SMTP credentials from an email provider. This is a mandato
1. Executing unknown scripts from the internet like this is bad practice, we recommend that you read [the script below](https://github.com/{{variables.CONFAB_GITHUB_LOCATION}}/blob/prod/scripts/autoinstall.sh){:target="_blank"} yourself and verify that it does what you want

```bash
sudo bash -c "$(curl https://raw.githubusercontent.com/{{variables.CONFAB_GITHUB_LOCATION}}/prod/scripts/autoinstall.sh)"
sudo bash -c "$(curl -s https://raw.githubusercontent.com/{{variables.CONFAB_GITHUB_LOCATION}}/prod/scripts/autoinstall.sh)"
```
=== "Manual Install"

Expand Down

0 comments on commit e83a7f1

Please sign in to comment.