Commit Graph
20 Commits
Author SHA1 Message Date
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
Mafoo c26a162395 BugFix-When source version above 9 (#38)
due to sort treating the list as text even though numeric anything above
10 was effectively ignored (until version 90)
2016-08-25 08:33:31 -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 9a524b4329 BugFix-source-release (#27)
source-release was cding out of the base dir so was causing following
commands to fail as they were no longer correctly relative
Added store and return for the working directory
2016-07-05 11:00:20 -06:00
Mafoo a0b0016a40 Enhance-Get Version automatically (#28)
fetch the latest version automatically
2016-07-05 10:59:30 -06:00
Mafoo 370c880fd8 BugFix-add missing source-master.sh (#29) 2016-07-05 10:58:40 -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 70a03da58f BugFix-source install updates (#22)
moved version number up to match release (1.6.9)
added freeswitch user
added ln to fs_cli
added freeswitch.service
2016-06-13 18:00:28 -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 29a4baf2f4 Enhance-Add new bots (#18)
added a couple more persistent bots
2016-06-11 08:48:55 -06:00
Mafoo c8058538ab BugFix use sh function definition (#20) 2016-06-11 08:25:56 -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
Mafoo 02f762d1c0 BugFix-suppress-error-in-psql (#15) 2016-06-04 12:47:40 -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
Mafoo af853ed018 fixed typo /usr not /var (#11) 2016-05-27 05:19:48 -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
mafoo 9da2e90728 Updated iptables rules to make dropping known bots easier
included ssl ports as well
added comments to rules where appropriate
2016-05-25 14:06:25 +01:00