Ostatnio aktywny 1 month ago

Rewizja 6a07243f33675179ad6fb04231e4dbfae70d48b0

gistfile1.txt Surowy
1cat /home/tools/SH/updater-netdata.sh
2#!/bin/bash
3
4echo -e "Start Updating Netdata"
5
6rm /opt/netdata-last-installer.sh -f
7wget https://my-netdata.io/kickstart.sh -O /opt/netdata-last-installer.sh
8chmod +x /opt/netdata-last-installer.sh
9
10bash /opt/netdata-last-installer.sh
11echo -e "Updating Netdata finishing!"