mirror of
https://github.com/nezhahq/scripts.git
synced 2026-02-21 10:27:27 +08:00
fix new installation
This commit is contained in:
parent
ba475f1e1e
commit
2aa8fc06cb
@ -141,6 +141,8 @@ install() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sudo mkdir -p $NZ_AGENT_PATH
|
||||
|
||||
sudo unzip -qo /tmp/nezha-agent_${os}_${os_arch}.zip -d $NZ_AGENT_PATH &&
|
||||
sudo rm -rf /tmp/nezha-agent_${os}_${os_arch}.zip
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user