Update Nimble.sh
This commit is contained in:
parent
93885bb75a
commit
f86e01812f
@ -16,6 +16,10 @@ 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 -y
|
||||||
|
|
||||||
|
# 安装numpy
|
||||||
|
pip install numpy==1.24.4
|
||||||
|
|
||||||
|
|
||||||
# 安装GO
|
# 安装GO
|
||||||
rm -rf /usr/local/go
|
rm -rf /usr/local/go
|
||||||
curl -L https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | tar -xzf - -C /usr/local
|
curl -L https://go.dev/dl/go1.21.6.linux-amd64.tar.gz | tar -xzf - -C /usr/local
|
||||||
|
Loading…
Reference in New Issue
Block a user