16 lines
487 B
Markdown
16 lines
487 B
Markdown
# freepbx-oss
|
|
|
|
A little install script that installs FreePBX 17, but without all the commercial bloat.
|
|
|
|
## Usage
|
|
```bash
|
|
wget -O install.sh https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install.sh && chmod +x install.sh && ./install.sh
|
|
```
|
|
|
|
## Arguments
|
|
- `-y` Skip all prompts
|
|
- `--edge` Install the edge version of FreePBX
|
|
|
|
## License
|
|
This project is licensed under the GNU General Public License v3.0 or later. See the [LICENSE](LICENSE) file for more information.
|