Update install.sh

This commit is contained in:
XXXXRT666 2025-03-30 14:02:52 +01:00 committed by GitHub
parent 2638a18c3e
commit aa75ea1362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
# 安装构建工具
# Install build tools
echo "Installing GCC..."