From 379932028efefcbe92e187e56039e4de0bb35598 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 18 Jan 2023 22:13:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 654e4ba..1bb952a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/maste cd /usr/src/fusionpbx-install.sh/debian && ./install.sh ``` -### Ubuntu and Raspiberry OS +### Ubuntu and Raspian ```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