From 4e2c092a34d139039b97534352804b1906e4dae0 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Fri, 13 Dec 2019 11:52:57 -0700 Subject: [PATCH] Update pre-install.sh (#289) --- ubuntu/pre-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/pre-install.sh b/ubuntu/pre-install.sh index d87fdb5..8e55453 100755 --- a/ubuntu/pre-install.sh +++ b/ubuntu/pre-install.sh @@ -10,4 +10,4 @@ apt-get install -y git lsb-release cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git #change the working directory -cd /usr/src/fusionpbx-install.sh/debian +cd /usr/src/fusionpbx-install.sh/ubuntu