update: 修复命令在直接使用sudo的情况下不可用

This commit is contained in:
sjlleo
2022-05-23 10:32:26 +08:00
committed by GitHub
parent d69b7b9acb
commit cc8e3e4838

View File

@@ -13,7 +13,7 @@
### Install
```bash
bash < <(curl -Ls https://raw.githubusercontent.com/xgadget-lab/nexttrace/main/nt_install.sh)
bash -c "$(curl -Ls https://raw.githubusercontent.com/xgadget-lab/nexttrace/main/nt_install.sh)"
```
### Get Started