use tar command aviod unzip not found

This commit is contained in:
233boy
2023-05-16 13:06:00 +08:00
parent 74813a2c47
commit 6d32b25f07

View File

@@ -13,5 +13,5 @@
## 安装
```bash
wget https://github.com/233boy/v2ray/archive/old.zip -O v2ray-old.zip;unzip v2ray-old.zip;cd v2ray-old;chmod +x i*;./i* local
wget https://github.com/233boy/v2ray/archive/old.tar.gz -O v2ray-old.tar.gz;tar -zxvf v2ray-old.tar.gz;cd v2ray-old;chmod +x i*;./i* local
```