Compare commits

..

No commits in common. "0adc718c2ecd63e346617d3ebf1cb042d893a80c" and "5f86e1f2aa9a00f28cac3ff4fdf80b17be471deb" have entirely different histories.

3 changed files with 16 additions and 16 deletions

View file

@ -6,12 +6,12 @@ A little install script that installs FreePBX 17, but without all the commercial
```bash ```bash
curl -sSL https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install.sh | bash curl -sSL https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install.sh | bash
``` ```
<!-- This is super not recommended, it needs a lot of work before it's ready for use.
Or if you're feeling like beta-testing, you can use the following to install FreePBX with NGINX instead of Apache2 Or if you're feeling like beta-testing, you can use the following to install FreePBX with NGINX instead of Apache2
```bash ```bash
curl -sSL https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install-nginx.sh | bash curl -sSL https://git.chrischro.me/ChrisChrome/freepbx-oss/raw/branch/main/install-nginx.sh | bash
``` --> ```
## Arguments ## Arguments
- `-y` Skip all prompts - `-y` Skip all prompts

View file

@ -38,13 +38,13 @@ for i in "$@"; do
done done
# If not skip, ask for confirmation # If not skip, ask for confirmation
# if [ "$SKIP_PROMPT" != true ]; then if [ "$SKIP_PROMPT" != true ]; then
# read -p "This script will install FreePBX Open-Source, Asterisk 20, and many other dependencies, do you want to continue? (y/n): " -n 1 -r read -p "This script will install FreePBX Open-Source, Asterisk 20, and many other dependencies, do you want to continue? (y/n): " -n 1 -r
# echo echo
# if [[ ! $REPLY =~ ^[Yy]$ ]]; then if [[ ! $REPLY =~ ^[Yy]$ ]]; then
# exit 1 exit 1
# fi fi
# fi fi
apt-get update; apt-get update;
apt-get upgrade; apt-get upgrade;

View file

@ -38,13 +38,13 @@ for i in "$@"; do
done done
# If not skip, ask for confirmation # If not skip, ask for confirmation
# if [ "$SKIP_PROMPT" != true ]; then if [ "$SKIP_PROMPT" != true ]; then
# read -p "This script will install FreePBX Open-Source, Asterisk 20, and many other dependencies, do you want to continue? (y/n): " -n 1 -r read -p "This script will install FreePBX Open-Source, Asterisk 20, and many other dependencies, do you want to continue? (y/n): " -n 1 -r
# echo echo
# if [[ ! $REPLY =~ ^[Yy]$ ]]; then if [[ ! $REPLY =~ ^[Yy]$ ]]; then
# exit 1 exit 1
# fi fi
# fi fi
apt-get update; apt-get update;
apt-get upgrade; apt-get upgrade;