Commit Graph

57 Commits

Author SHA1 Message Date
FusionPBX 24df03ddb0
Add option for additional applications 2024-04-16 15:36:06 -06:00
FusionPBX 63a0a1303a
Add gpg as a debian install dependency 2024-02-08 09:39:24 -07:00
FusionPBX d2bd98d96e
disable vi visual mode 2022-12-13 11:59:10 -07:00
FusionPBX 741e9b634b
Install FreeSWITCH then Fail2ban. 2021-03-08 08:33:20 -07:00
FusionPBX e053b3ada0
Add package net-tools 2020-06-04 09:52:49 -06:00
FusionPBX 9c7f0ace3c
Update install.sh 2019-02-17 09:06:33 -07:00
FusionPBX 492058fb45
Update install.sh 2019-02-17 08:58:35 -07:00
FusionPBX 74a603d2df
Update install.sh 2019-02-17 08:43:57 -07:00
FusionPBX 0ac1c952ae
Update install.sh 2018-10-10 18:49:01 -06:00
FusionPBX 666fc87838
Update install.sh 2018-10-10 18:27:44 -06:00
FusionPBX dcce50b87c
Update install.sh 2018-10-10 18:24:24 -06:00
FusionPBX 18486bef91
Update install.sh 2018-09-27 09:16:45 -06:00
FusionPBX 97d1d776c2
Update install.sh 2018-09-06 09:54:26 -06:00
FusionPBX 97859bee9f
Make sure nano is installed for an easy text editor. 2018-09-03 12:49:05 -06:00
FusionPBX 2b2a4b9d23
Update install.sh 2018-09-03 12:48:20 -06:00
Len d082bd06f1 Update install.sh (#157) 2018-03-08 20:10:03 -07:00
FusionPBX 91fc8c9143
Update install.sh 2017-12-30 10:42:47 -07:00
FusionPBX f332915c52 Update install.sh 2017-08-03 09:34:11 -06:00
FusionPBX 8e29bb93d8 Update install.sh 2017-05-10 22:03:58 -06:00
FusionPBX 08ebc280b1 Update install.sh 2017-03-04 15:10:20 -07:00
FusionPBX c027f66888 Update install.sh 2017-03-04 14:37:11 -07:00
FusionPBX 8ed6915066 Update install.sh 2017-03-04 14:00:30 -07:00
FusionPBX 351358fec1 Update install.sh 2017-03-04 13:54:52 -07:00
erxspin 7cd7859a90 Fix to issue #76 - Use php5 for some dists with new command-line switch (#77)
* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common
2017-02-28 09:32:26 -07:00
FusionPBX b517884450 Update install.sh 2017-02-24 18:15:15 -07:00
erxspin a7b38004ca POSIX sh empty value check compatibility - part 1 (#62)
# Conflicts:
#	debian/resources/switch/package-all.sh
#	debian/resources/switch/package-release.sh
2017-02-24 09:54:19 -07:00
erxspin e76a036f70 transition from php5* packages to php-7.0* (#66)
* transition from php5* packages to php-7.0*

* added 3rd party repositories with php7.0-* packages for trusty and jessie

* added php7.0-xml package for Class SimpleXMLElement

* added apt-get update after adding php7.0* repository source
2017-02-23 10:49:57 -07:00
FusionPBX 968dcbc0d0 Update install.sh 2017-01-11 21:12:21 -07:00
FusionPBX f542269ad2 Update install.sh 2017-01-11 20:33:44 -07:00
Mafoo 02057e68dc BugFix-Resource sourcing (#46)
changes of directory using relative paths is back firing
2016-09-30 16:59:58 -06:00
Mafoo eda28f4efd Added Branch support (#44)
moved command line argument processing to a separate script so it can be
shared
added --use-system-master to allow user to use master branch instead of
detected master
2016-09-29 10:57:50 -06:00
Mafoo 9c32701897 Enhance-use unofficial repo when arm detected automatically (#39)
remove --use-switch-package-unofficial-arm
when arm detected automatically use the unoffcial repos
2016-08-25 15:38:52 -06:00
FusionPBX 10695baa98 Update install.sh
Copy freeswitch conf xml files then update the file permissions.
2016-08-16 14:15:18 -06:00
FusionPBX f60e570a98 Update install.sh 2016-08-16 11:55:14 -06:00
FusionPBX 3236ee4e0a Update install.sh 2016-08-16 11:47:08 -06:00
FusionPBX d983f7075c Update install.sh 2016-08-15 23:07:30 -06:00
FusionPBX 5f696755da Update install.sh
Use the permissions.sh script by default.
2016-08-15 22:40:08 -06:00
Mafoo 41c48b7df2 Enhance-Add Raspbian Support (#32)
If lsb_release -i is Raspbian report as Debian to os_check
reorganised CPU/OS checks to be more in depth and separate detects from checks
2016-08-15 09:22:23 -06:00
Mafoo 9bb09c15d2 BugFix-Arm compatibility (#31)
fix an issue reported in IRC with cubox-i4 not detecting the cpu
correctly
2016-08-05 08:10:39 -06:00
Mafoo ae2c3ee411 Enhance-Add php config (#30)
update the post_max_size to 32M during the install
2016-08-02 11:14:57 -06:00
Mafoo 76eb530f3b Enhance Add colours (#21)
added colour support in a way that will not screw up the console if
colour support is not available
Used US spelling ;p
If approved will add to remaining scripts
2016-06-13 18:40:49 -06:00
Mafoo 5482b1b932 Enhance-Add OS-CPU bit checking (#17)
encourage users to submit the output of lsb_release as an issue when
that test fails, this should allow contributors not in irc at the time
of the problem to see the information
Add CPU and OS bit checking which can be disabled with --no-cpu-check
2016-06-11 08:52:38 -06:00
Mafoo bded377c9a BugFix-make relative paths work (#19)
remove path on systemctl as it should rely on path as it could be in
/sbib/ on some systems
2016-06-11 08:50:10 -06:00
Mafoo bb2079323d Enhance Add bootstrap installer (#16)
Added bootstrap installer to help simplify the install
Checks for root
Checks what OS (in a way that can be expanded)
If > Debian 8
- Install Git
- Fetch the rest of the installer
- Start the Install passing though command line options
2016-06-08 07:04:57 -06:00
markjcrane 98e386458b Shorten the parameter names used in the install script. I'm considering shortening them further. 2016-06-04 13:21:32 -06:00
markjcrane bfd6075f14 Fix a spelling mistake in install.sh. 2016-06-04 13:05:16 -06:00
Mafoo bf5a253f65 fixes for fail2ban (#10)
export the command line variables so sub scripts can use them
use sed to update log path is source is used
simplify freeswitch rules to use protocol=all
general tidy up of spacing in files
2016-05-28 12:09:45 -06:00
FusionPBX b37d3c338a Update install.sh
Change restart php-fpm to php5-fpm
2016-05-26 17:56:05 -06:00
mafoo bef7c9b4b2 Initial permission changes
added use of getopt to allow command line options to indicate to use different sources

added +x
2016-05-26 19:35:00 +01:00
FusionPBX 16c07760fd Update install.sh
Add the new package-permissions.sh shell script to install.sh.
2016-05-23 21:10:52 -06:00