only use stabe releases

This commit is contained in:
Daniel Hansson 2019-06-01 18:31:15 +02:00 committed by GitHub
parent 2e5f4c824c
commit 4646c1dcab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@ We will now remove Netdata and reinstall it with the latest master."
is_process_running dpkg
is_process_running apt
apt update -q4 & spinner_loading
sudo -u "$UNIXUSER" "$(bash <(curl -Ss https://my-netdata.io/kickstart.sh) all --dont-wait)"
sudo -u "$UNIXUSER" "$(bash <(curl -Ss https://my-netdata.io/kickstart.sh) all --dont-wait --stable-channel)"
else
# Install
is_process_running dpkg
is_process_running apt
apt update -q4 & spinner_loading
sudo -u "$UNIXUSER" "$(bash <(curl -Ss https://my-netdata.io/kickstart.sh) all --dont-wait)"
sudo -u "$UNIXUSER" "$(bash <(curl -Ss https://my-netdata.io/kickstart.sh) all --dont-wait --stable-channel)"
fi
# Check Netdata instructions after script is done