Update Nimble.sh

This commit is contained in:
smeb y 2024-04-01 11:16:32 +08:00 committed by GitHub
parent 251e086289
commit f7d046e2f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,10 @@ function install_node() {
apt update
apt install -y git python3-venv bison screen binutils gcc make bsdmainutils python3-pip
# 安装numpy
pip install numpy==1.24.4
# 安装GO
rm -rf /usr/local/go
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz -P /tmp/