Update Nimble.sh

This commit is contained in:
smeb y 2024-03-22 20:59:26 +08:00 committed by GitHub
parent 93885bb75a
commit f86e01812f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,10 @@ apt update
# 检查 Git 等是否已安装
apt install git python3-venv bison screen binutils gcc make bsdmainutils -y
# 安装numpy
pip install numpy==1.24.4
# 安装GO
rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | tar -xzf - -C /usr/local