# h3_auto_test **Repository Path**: jun626/h3_auto_test ## Basic Information - **Project Name**: h3_auto_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-15 - **Last Updated**: 2025-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 软件说明 用于辅助测试硬件测试,使用前准备 ``` apt-get -y update apt-get -y upgrade apt-get install -y git memtester mbw dmidecode git clone https://gitee.com/jun626/h3_auto_test.git ``` # 使用说明 ``` cd h3_auto_test ./main 根据需求,选择测试项 ``` # 修改说明 考虑到环境因素,部分代码,需要手动修改 ``` 1.WIFI名称和密码:搜索main.sh里面nmcli dev wifi connect部分,修改对应名称和密码 ``` ## 子仓库 ``` 首次 git submodule add https://gitee.com/jun626/vlink_g1000_custom.git vlink_g1000_custom git submodule update --init --recursive 更新 git submodule update --recursive --remote ``` ## 发布说明 ``` sudo apt-get install shc shc -f main.sh mv main.sh.x cjs_tools ``` ## 挂载服务 ``` sudo systemctl daemon-reload sudo systemctl start protect.service sudo systemctl enable protect.service git config --global user.name "John Doe" git config --global user.email johndoe@example.com ```