Browse Source

Merge pull request #3 from fusionpbx/richbreton-jessie-default

change default os to jessie
FusionPBX 10 years ago
parent
commit
1bec91d152
1 changed files with 2 additions and 2 deletions
  1. 2 2
      install/ubuntu/install_fusionpbx.sh

+ 2 - 2
install/ubuntu/install_fusionpbx.sh

@@ -57,8 +57,8 @@ DO_DAHDI=n
 #DISTRO=squeeze
 #DISTRO=squeeze
 #DISTRO=precise
 #DISTRO=precise
 #DISTRO=lucid
 #DISTRO=lucid
-DISTRO=wheezy
-#DISTRO=jessie
+#DISTRO=wheezy
+DISTRO=jessie
 
 
 #below is a list of modules we want to add to provide functionality for FusionPBX
 #below is a list of modules we want to add to provide functionality for FusionPBX
 #don't worry about the applications/mod_ format.  This script will find that in modules.conf
 #don't worry about the applications/mod_ format.  This script will find that in modules.conf