From 2b519b75e0b2d4628cfb6168d89df903823beeee Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 11 Jun 2016 08:26:24 -0600 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 13baa12..96625b5 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,6 @@ unsupported_OS () { echo " Your OS appears to be: " lsb_release -a echo " Your OS is not currently supported... Exiting the install." - echo "If you require assistance we are available via IRC on freenode via #fusionpbx" exit 2; }