Update nexus.sh
This commit is contained in:
parent
50c66dda33
commit
139ecf53e1
6
nexus.sh
6
nexus.sh
@ -89,9 +89,9 @@ function start_node() {
|
||||
|
||||
# 更新系统并安装必要的软件包
|
||||
echo "更新系统并安装必要的软件包..."
|
||||
if ! sudo apt update && sudo apt upgrade -y && sudo apt install curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip -y; then
|
||||
echo "安装软件包失败。" # 错误信息
|
||||
exit 1
|
||||
if ! sudo apt update && sudo apt upgrade -y && sudo apt install curl iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip build-essential -y; then
|
||||
echo "安装软件包失败。" # 错误信息
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# 检查并安装 Git
|
||||
|
Loading…
Reference in New Issue
Block a user