Skip to content

Commit

Permalink
netdata: update kickstart URL (swizzin#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs authored Jan 13, 2024
1 parent 8999190 commit bb39029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install/netdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author: liara

echo_progress_start "Running netdata install script"
bash <(curl -Ss https://my-netdata.io/kickstart.sh) --non-interactive >> $log 2>&1
bash <(curl -Ss https://get.netdata.cloud/kickstart.sh) --non-interactive >> $log 2>&1
echo_progress_done

if [[ -f /install/.nginx.lock ]]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/remove/netdata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -f /usr/libexec/netdata/netdata-uninstaller.sh ]]; then
exit 1
}
else
bash <(curl -Ssf https://my-netdata.io/kickstart.sh 2>> ${log} || { echo "exit 1"; }) --uninstall --non-interactive >> $log 2>&1 || {
bash <(curl -Ssf https://get.netdata.cloud/kickstart.sh 2>> ${log} || { echo "exit 1"; }) --uninstall --non-interactive >> $log 2>&1 || {
echo_error "Netdata remover failed!"
exit 1
}
Expand Down

0 comments on commit bb39029

Please sign in to comment.