Skip to content

Commit

Permalink
change download URL for Netdata installer
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <mailto@danielhansson.nu>
  • Loading branch information
enoch85 committed May 10, 2024
1 parent 2444cb6 commit 4f36b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/netdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
is_process_running dpkg
is_process_running apt
apt-get update -q4 & spinner_loading
curl_to_dir https://my-netdata.io kickstart.sh $SCRIPTS
curl_to_dir https://get.netdata.cloud kickstart.sh $SCRIPTS
sudo -u "$UNIXUSER" bash $SCRIPTS/kickstart.sh --reinstall-even-if-unsafe --non-interactive --no-updates --stable-channel --disable-cloud
rm -f $SCRIPTS/kickstart.sh

Expand Down

0 comments on commit 4f36b21

Please sign in to comment.