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
diff options
context:
space:
mode:
authorJacob Salmela <jacobsalmela@users.noreply.github.com>2015-08-10 23:53:15 +0300
committerJacob Salmela <jacobsalmela@users.noreply.github.com>2015-08-10 23:53:15 +0300
commit77a3c5f8b37208e32b3cde20f721a6531e92ab7d (patch)
tree0c1c0406222d6c1eef4d33927fcb606459b8e134
parent5ed08b44a5f6c1c2011eafa8f74bffadce915590 (diff)
parent46bda342a917573d218746a2b5f9a639b76bbb1a (diff)
Merge pull request #33 from mathiasschopmans/patch-12.0
Fix URL of chronometer.sh
-rwxr-xr-xautomated install/basic-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 87f48ce6..c745c502 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -66,7 +66,7 @@ sudo curl -o /var/www/pihole/index.html "https://raw.githubusercontent.com/jacob
echo "Locating the Pi-hole..."
sudo curl -o /usr/local/bin/gravity.sh "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/gravity.sh"
-sudo curl -o /usr/local/bin/chronometer.sh "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/scripts/chronometer.sh"
+sudo curl -o /usr/local/bin/chronometer.sh "https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/Scripts/chronometer.sh"
sudo chmod 755 /usr/local/bin/gravity.sh
sudo chmod 755 /usr/local/bin/chronometer.sh
@@ -74,4 +74,4 @@ echo "Entering the event horizon..."
sudo /usr/local/bin/gravity.sh
echo "Restarting..."
-sudo shutdown -r now \ No newline at end of file
+sudo shutdown -r now