Update README
This commit is contained in:
parent
6c36492f26
commit
f6239e52e8
|
@ -4,10 +4,9 @@ A little install script that installs FreePBX 17, but without all the commercial
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```bash
|
```bash
|
||||||
curl -s https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install.sh | bash
|
wget -O install.sh https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install.sh && chmod +x install.sh && ./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Arguments
|
## Arguments
|
||||||
- `-y` Skip all prompts
|
- `-y` Skip all prompts
|
||||||
- `--edge` Install the edge version of FreePBX
|
- `--edge` Install the edge version of FreePBX
|
||||||
|
|
Loading…
Reference in a new issue