mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-16 20:39:05 +00:00
Remove JQ / it shouldnt have been left there as it was not needed
This commit is contained in:
parent
56bbf3b05c
commit
f8e2263f72
1 changed files with 0 additions and 6 deletions
|
@ -14,12 +14,6 @@
|
|||
#Functions##############################################################################################################
|
||||
|
||||
#move to pihole
|
||||
|
||||
if [ ! -f "/opt/pihole/jq" ] ; then
|
||||
curl -s http://stedolan.github.io/jq/download/linux64/jq -o /opt/pihole/jq
|
||||
chmod 755 /opt/pihole/jq
|
||||
fi
|
||||
|
||||
statsUpdateJSON() {
|
||||
if [[ -z "${AdminLink}" ]] ; then
|
||||
AdminLink="http://127.0.0.1/admin"
|
||||
|
|
Loading…
Add table
Reference in a new issue