Update Nimble.sh
This commit is contained in:
parent
251e086289
commit
f7d046e2f6
@ -22,6 +22,10 @@ function install_node() {
|
|||||||
apt update
|
apt update
|
||||||
apt install -y git python3-venv bison screen binutils gcc make bsdmainutils python3-pip
|
apt install -y git python3-venv bison screen binutils gcc make bsdmainutils python3-pip
|
||||||
|
|
||||||
|
|
||||||
|
# 安装numpy
|
||||||
|
pip install numpy==1.24.4
|
||||||
|
|
||||||
# 安装GO
|
# 安装GO
|
||||||
rm -rf /usr/local/go
|
rm -rf /usr/local/go
|
||||||
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz -P /tmp/
|
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz -P /tmp/
|
||||||
|
Loading…
Reference in New Issue
Block a user