From d56a4ece381a71692e5cda351ae3ee4351e9fc28 Mon Sep 17 00:00:00 2001 From: Costa Tsaousis Date: Sat, 22 Sep 2018 14:56:47 +0300 Subject: 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 --- kickstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kickstart.sh') diff --git a/kickstart.sh b/kickstart.sh index 8720986fe4..3d4421ad30 100755 --- a/kickstart.sh +++ b/kickstart.sh @@ -271,7 +271,7 @@ then if [ "${HAS_BASH4}" = "1" ] then tmp="$(mktemp /tmp/netdata-kickstart-XXXXXX)" - url="https://raw.githubusercontent.com/firehol/netdata-demo-site/master/install-required-packages.sh" + url="https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh" progress "Downloading script to detect required packages..." if [ ! -z "${curl}" ] @@ -330,7 +330,7 @@ then if [ ! -d "${SOURCE_DST}/netdata.git" ] then progress "Downloading netdata source code..." - run ${sudo} ${git} clone https://github.com/firehol/netdata.git "${SOURCE_DST}/netdata.git" || fatal "Cannot download netdata source" + run ${sudo} ${git} clone https://github.com/netdata/netdata.git "${SOURCE_DST}/netdata.git" || fatal "Cannot download netdata source" cd "${SOURCE_DST}/netdata.git" || fatal "Cannot cd to netdata source tree" else progress "Updating netdata source code..." -- cgit v1.2.3