summaryrefslogtreecommitdiffstats
path: root/kickstart-static64.sh
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-09-22 14:56:47 +0300
committerGitHub <noreply@github.com>2018-09-22 14:56:47 +0300
commitd56a4ece381a71692e5cda351ae3ee4351e9fc28 (patch)
tree3357f7aa3ae982b76b500a1b9b12c2f24f5022a0 /kickstart-static64.sh
parent9dcf1c772fdeb828c5e576b665419d9db6219b73 (diff)
replaced referenced to firehol github org with netdata github org (#4249)
* replaced referenced to firehol github org with netdata github org * increased versions of js files * added new docker hub badge netdata/netdata and restored firehol/netdata
Diffstat (limited to 'kickstart-static64.sh')
-rwxr-xr-xkickstart-static64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart-static64.sh b/kickstart-static64.sh
index e269ae3542..377ad8f51c 100755
--- a/kickstart-static64.sh
+++ b/kickstart-static64.sh
@@ -175,7 +175,7 @@ wget="$(which_cmd wget)"
progress "Checking the latest version of static build..."
-BASE='https://raw.githubusercontent.com/firehol/binary-packages/master'
+BASE='https://raw.githubusercontent.com/netdata/binary-packages/master'
LATEST=
if [ ! -z "${curl}" -a -x "${curl}" ]