Updated CentOS 7 Commit to 9233b89

Updated the Version Commit to 9233b89
This commit is contained in:
LPJon
2024-07-09 13:28:58 -05:00
committed by GitHub
parent 88e30e38d0
commit 8293c1af4c

View File

@@ -203,7 +203,7 @@ if [[ "$centosversion" =~ ^(8|9) ]];then
else else
#git clone https://github.com/firehol/netdata.git --depth=1 /usr/local/src/netdata #git clone https://github.com/firehol/netdata.git --depth=1 /usr/local/src/netdata
git clone -b master https://github.com/netdata/netdata.git /usr/local/src/netdata git clone -b master https://github.com/netdata/netdata.git /usr/local/src/netdata
cd /usr/local/src/netdata && git reset --hard 6954b6f && cd /scripts cd /usr/local/src/netdata && git reset --hard 9233b89 && cd /scripts
fi fi
# ---END NEW CODE--- # ---END NEW CODE---