Skip to content

Commit

Permalink
Update nezha.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
U201413497 authored Dec 5, 2024
1 parent aa3d57e commit e48045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nezha/nezha.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

_INSTALL(){
apt update && apt install unzip
apt update && apt install unzip wget
wget -O nezha-agent.zip https://github.com/nezhahq/agent/releases/latest/download/nezha-agent_linux_amd64.zip
unzip nezha-agent.zip -d /usr/local/bin/nezha
rm nezha-agent.zip
Expand Down

0 comments on commit e48045d

Please sign in to comment.