Update Nlbench.sh

This commit is contained in:
Jensfrank 2024-07-05 15:01:10 +08:00 committed by GitHub
parent 1dc19b554d
commit b6d288818d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,9 @@ update_scripts() {
fi
}
# 执行更新脚本
update_scripts
# 检查并安装依赖
install_dependencies() {
echo -e "${YELLOW}正在检查并安装必要的依赖项...${NC}"