Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-10Fix `pihole -r` dialog exitRD WebDesign
2022-09-24$$ != $Adam Warner
2022-09-24Use utils.sh in install script (#4872)Adam Warner
2022-09-22Fix tabs in dialog boxesChristian König
2022-09-17Merge branch 'development' into use_utilsuse_utilsyubiuser
2022-08-25Add jq to dependenciesChristian König
2022-08-24Use utils.sh in install scriptChristian König
2022-08-17Merge branch 'development' into removeblockpagefunctionalityyubiuser
2022-08-17Skip web server dialog if --disable-install-webserver has been passedMichaIng
2022-08-08Do not remove blockingpage.css from existing installations as some users migh...Christian König
2022-08-08Fix missing PI_HOLE_BLOCKPAGE_DIRChristian König
2022-08-08Remove blockingpage.cssChristian König
2022-08-08no need to declare $viewPortAdam Warner
2022-08-07Always indentChristian König
2022-08-06Fix git indentionfix/git_indentionChristian König
2022-07-31Move release version check inside the else blockAdam Warner
2022-07-30Move code from `check_epel_repo_required` into the rpm branch of the if check...centos7-can-do-oneAdam Warner
2022-07-30Flip logic on epel check - if _not_ fedora, then (try to, depending on suppor...Adam Warner
2022-07-30Update automated install/basic-install.shAdam Warner
2022-07-30rename select_rpm_php and simplify it to remove code no longer needed (discus...Adam Warner
2022-07-30Remove special Centos7 hand holds. Move the unsupported dialog out to a furth...Adam Warner
2022-07-30Merge pull request #4848 from pi-hole/indent_updateyubiuser
2022-07-30Indent installation/update complete messageindent_updateChristian König
2022-07-29Add OS_CHECK_DEPS to uninstall scriptChristian König
2022-07-27Move linebreaksChristian König
2022-07-27Apply reviewers suggestionyubiuser
2022-07-27Fix spaces in dialog msgChristian König
2022-07-16Merge pull request #4824 from pi-hole/Alam_Rockyyubiuser
2022-07-15Fix shellcheck warningsshellcheck_installChristian König
2022-07-15Don't fail if Alma or Rocky is detectedAlam_RockyChristian König
2022-07-10Merge pull request #4811 from pi-hole/CAPSAdam Warner
2022-07-10Print all SELINUX output in lowercaseChristian König
2022-07-10Simplifications per @yubiuser's suggestionAdam Warner
2022-07-10If old log paths exist in logrotate file, replace them with new onesAdam Warner
2022-07-09fixes "Set static IP using custom values results in error" (#4807)Adam Warner
2022-07-09Merge pull request #4788 from pi-hole/SKIP_INSTALLyubiuser
2022-07-09Merge pull request #4802 from pi-hole/codespellyubiuser
2022-07-09Clean consecutive mkdirChristian König
2022-07-08Fix spelling mistakesChristian König
2022-07-07Logic fixDan Schaper
2022-07-07Always create the log target directory before any movementsDan Schaper
2022-07-07Merge pull request #4792 from pi-hole/fix/mkdir_logsv5.11.1Adam Warner
2022-07-07Create new log directoryDan Schaper
2022-07-06Rename also in docker filesSKIP_INSTALLChristian König
2022-07-06Rename PH_TEST to SKIP_INSTALLChristian König
2022-07-06Fix indention in install script outputChristian König
2022-07-06Merge pull request #4772 from pi-hole/tweak/dialogDan Schaper
2022-07-06Apply suggestions from code reviewDan Schaper
2022-07-06Apply suggestions from code reviewDan Schaper
2022-07-06Fixing dialog line breaksRD WebDesign