From ea69af8853a2c47bd69180edfda6499422b35914 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 4 Nov 2016 18:30:50 -0700 Subject: [PATCH 1/6] Update Basic for path without space. --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 14d271ef..77d0dd9a 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -690,7 +690,7 @@ installScripts() { cd "${PI_HOLE_LOCAL_REPO}" install -o "${USER}" -Dm755 -t /opt/pihole/ gravity.sh install -o "${USER}" -Dm755 -t /opt/pihole/ ./advanced/Scripts/*.sh - install -o "${USER}" -Dm755 -t /opt/pihole/ ./automated\ install/uninstall.sh + install -o "${USER}" -Dm755 -t /opt/pihole/ ./automated_install/uninstall.sh install -o "${USER}" -Dm755 -t /usr/local/bin/ pihole install -Dm644 ./advanced/bash-completion/pihole /etc/bash_completion.d/pihole echo " done." From 0dc9d7fbd472d5b8e9ec20fb81de309a221b8328 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 4 Nov 2016 18:31:38 -0700 Subject: [PATCH 2/6] Remove swapfile that hasn't been used on about a year. --- advanced/dphys-swapfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 advanced/dphys-swapfile diff --git a/advanced/dphys-swapfile b/advanced/dphys-swapfile deleted file mode 100644 index d8225175..00000000 --- a/advanced/dphys-swapfile +++ /dev/null @@ -1,12 +0,0 @@ -# Pi-hole: A black hole for Internet advertisements -# (c) 2015, 2016 by Jacob Salmela -# Network-wide ad blocking via your Raspberry Pi -# http://pi-hole.net -# Swap file config -# -# Pi-hole is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. - -CONF_SWAPSIZE=500 From 1568c9ab3bc664f5b52ba48d7d257d8257d78b94 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 4 Nov 2016 18:32:10 -0700 Subject: [PATCH 3/6] Change path to remove space --- {automated install => automated_install}/basic-install.sh | 0 {automated install => automated_install}/uninstall.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {automated install => automated_install}/basic-install.sh (100%) mode change 100755 => 100644 rename {automated install => automated_install}/uninstall.sh (100%) mode change 100755 => 100644 diff --git a/automated install/basic-install.sh b/automated_install/basic-install.sh old mode 100755 new mode 100644 similarity index 100% rename from automated install/basic-install.sh rename to automated_install/basic-install.sh diff --git a/automated install/uninstall.sh b/automated_install/uninstall.sh old mode 100755 new mode 100644 similarity index 100% rename from automated install/uninstall.sh rename to automated_install/uninstall.sh From fe959b15b421ef7749e54be4247f7669ad902235 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Fri, 4 Nov 2016 18:43:54 -0700 Subject: [PATCH 4/6] Add git clone method to installers --- .idea/codeStyleSettings.xml | 3 +++ README.md | 15 +++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index a571e63f..1028340e 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -15,6 +15,9 @@ + +