Commit Graph

299 Commits (d938f7320786955f3498cf4db18d210c0f1e56c0)

Author SHA1 Message Date
Promofaux 344e63c2dc Add undocumented argument to install script ("pihole") which allows the pihole command to run the update script without prompting the user. Useful for update automation
8 years ago
Promofaux e4295f5d3c Move exporting the setupConf files to a function to be run at the end of the script only. If script is cancelled, then they are not written. Simples.
8 years ago
Promofaux d217626318 If an existing install is detected, offer the user a choice of Updating or Installing with a radio list whiptail.
8 years ago
Promofaux ed94f4b1df Create directory before trying to create a blank file in it....
8 years ago
Promofaux a57b097afc Change echos at the end of install depending on install or update
8 years ago
Promofaux eb42b894c4 Delete setupVars.conf if user cancels out of install process.
8 years ago
Promofaux b3e7619048 curly brackets all the variables!
8 years ago
Promofaux 7eb43a0b47 Expand update dialog text
8 years ago
Promofaux fdb104348c Add updatePihole method
8 years ago
Promofaux f54828352d remove spaces from update bool set
8 years ago
Promofaux cc157def63 remove --defaultyes from update whiptail
8 years ago
Promofaux 8fc83655ab correct filename spelling mistake
8 years ago
Promofaux 9fb549293a APPEND
8 years ago
Promofaux e4cc5b5b70 testing a new update method by detecting the existence of vars saved from install
8 years ago
Daniel (Fourdee) 037318e2ff Provide non-zero exit code, as per existing sourcecode.
8 years ago
Daniel (Fourdee) a9a499939e Fourdee - See notes:
8 years ago
Promofaux 9cb4e8bde8 Merge remote-tracking branch 'origin/Debug_Options' into Debug_Options
8 years ago
bcambl fe8d0f8ea8 Merge branch 'development' into sysconfig_gateway
8 years ago
Promofaux 2bc364023a Remove erroneous space in chmod command
8 years ago
Promofaux 57df56dc62 Add version.sh to the install script
8 years ago
Promofaux 66ff9a24c6 Add piholeDebug to the chmod 755 command in install script. Not sure how that went missing...
8 years ago
bcambl 8550b76e23 add gateway to interface configuration
8 years ago
Blayne Campbell c647e27e15 Merge branch 'development' into centos-nc
8 years ago
Adam Warner 73645f299a Merge branch 'development' into bugfix/dhcpcd_comments
8 years ago
bcambl a32ad0dbf2 fix centos nc dependency
8 years ago
Promofaux e106ff0fef Add netcat to dependencies for termbin.com. Should be installed by default, but JUST IN CASE.
8 years ago
Dan Schaper f0a2248c81 Change comment to hash
8 years ago
Daniel 2b0ba281a4 Repairs apt-get incorrect options
8 years ago
Dan Schaper 024b741552 Merge pull request #490 from bcambl/fedora-armhf7
8 years ago
Mcat12 1f130b6550 Fix missing permissions on piholeIP
8 years ago
bcambl fa89bd830a re-order when SELinux gets configured
8 years ago
bcambl 3ba05d0274 configure static IP on Fedora via sysconfig script
8 years ago
bcambl 0d9a8d70bf configureSelinux prior to installPihole
8 years ago
bcambl 5c79184d3b add ifconfig dependency for Fedora install
8 years ago
bcambl 3d619d9ccc fix iptables udp rule
8 years ago
bcambl afdf3ae7a1 add sudo package to PIHOLE_DEPS
8 years ago
bcambl 943f7c06b5 uninstaller support for Fedora/CentOS
8 years ago
bcambl 27a9642090 check for sudo via 'command -v' instead of dkpg-query
8 years ago
bcambl d0b6ff2d08 add udp port 53 to iptables/firewalld configuration
8 years ago
bcambl 97737ee9e3 move SELinux config to installPihole() for logging
8 years ago
bcambl 5e27ccc37c firewalld: specify ports and use default zone
8 years ago
bcambl 682113892a enable SELinux boolean for httpd server side includes (SSI)
8 years ago
bcambl 376eb81181 SELinux Support
8 years ago
bcambl 4fc40d96d9 ensure firewalld is running before configuration
8 years ago
bcambl e6634531c7 basic firewalld/iptables configuration
8 years ago
bcambl 04e375a523 enable lighttpd and dnsmasq via systemd
8 years ago
bcambl 65638973ea correct dhcpcd package name to dhcpcd5
8 years ago
bcambl 9c26bdd676 ensure fastcgi socket directory and permissions
8 years ago
bcambl b31931c907 add epel-release for CentOS support
8 years ago
bcambl c74af2c21f warn if lighty-enable-mod utility is not available
8 years ago