From 1fb30a8071b278c8d175a569a668a3d3dba98800 Mon Sep 17 00:00:00 2001 From: Leandro Heck Date: Mon, 28 Nov 2022 21:59:59 -0300 Subject: [PATCH] Raspbian was the old name, now it is Raspberry OS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66daa4a..654e4ba 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/Raspbian +### Ubuntu and Raspiberry 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