Update Nimble.sh

This commit is contained in:
smeb y 2024-03-22 21:05:29 +08:00 committed by GitHub
parent f86e01812f
commit f6b2192795
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ function install_node() {
apt update apt update
# 检查 Git 等是否已安装 # 检查 Git 等是否已安装
apt install git python3-venv bison screen binutils gcc make bsdmainutils -y apt install git python3-venv bison screen binutils gcc make bsdmainutils python3-pip -y
# 安装numpy # 安装numpy
pip install numpy==1.24.4 pip install numpy==1.24.4