Add command line for installing on Ubuntu/Raspbian OS (#404)

* Add command line for installing on Ubuntu/Raspbian OS

* Raspbian was the old name, now it is Raspberry OS

* Update README.md
This commit is contained in:
Leandro Heck 2023-01-19 02:14:53 -03:00 committed by GitHub
parent e2d63bd539
commit 141a869019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
README.md Executable file → Normal file
View File

@ -4,6 +4,7 @@ FusionPBX Install
A quick install guide & scripts for installing FusionPBX. It is recommended to start with a minimal install of the operating system. Notes on further tweaking your configuration are at end of the file. A quick install guide & scripts for installing FusionPBX. It is recommended to start with a minimal install of the operating system. Notes on further tweaking your configuration are at end of the file.
## Operating Systems ## Operating Systems
### Debian ### Debian
Debian is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies and should be used if you want to do video mixing. Download Debian at https://cdimage.debian.org/cdimage/release/current/ Debian is the preferred operating system by the FreeSWITCH developers. It supports the latest video dependencies and should be used if you want to do video mixing. Download Debian at https://cdimage.debian.org/cdimage/release/current/
@ -11,6 +12,13 @@ Debian is the preferred operating system by the FreeSWITCH developers. It suppor
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
``` ```
### Ubuntu and Raspberry OS
```sh
wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/ubuntu/pre-install.sh | sh;
cd /usr/src/fusionpbx-install.sh/ubuntu && ./install.sh
```
### Devuan ### Devuan
If you like Debian but rather not bother with systemd, Devuan is a "drop in" replacement. If you like Debian but rather not bother with systemd, Devuan is a "drop in" replacement.
Devuan ASCII is based on Stretch, so you will find most of the same packages available. Devuan ASCII is based on Stretch, so you will find most of the same packages available.