更新 netdata

This commit is contained in:
Hyy2001X 2021-02-26 13:37:28 +08:00
parent 6492cc7bef
commit 826c0c2c70
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Diy-Part1() {
Diy-Part2() { Diy-Part2() {
Diy_Part2_Base Diy_Part2_Base
ExtraPackages svn other/../../feeds/packages/admin netdata https://github.com/openwrt/packages/trunk/admin
} }
Diy-Part3() { Diy-Part3() {

View File

@ -193,6 +193,7 @@ ExtraPackages() {
Mkdir package/${PKG_DIR} Mkdir package/${PKG_DIR}
[ -d "package/${PKG_DIR}/${PKG_NAME}" ] && rm -rf package/${PKG_DIR}/${PKG_NAME} [ -d "package/${PKG_DIR}/${PKG_NAME}" ] && rm -rf package/${PKG_DIR}/${PKG_NAME}
echo "[$(date "+%H:%M:%S")] Removing old package [${PKG_NAME}] ..."
[ -d "${PKG_NAME}" ] && rm -rf ${PKG_NAME} [ -d "${PKG_NAME}" ] && rm -rf ${PKG_NAME}
Retry_Times=3 Retry_Times=3
while [ ! -f "${PKG_NAME}/Makefile" ] while [ ! -f "${PKG_NAME}/Makefile" ]