Skip to content

Commit

Permalink
update release download url
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeRoen committed May 12, 2023
1 parent bb5100e commit 3bc6be0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions elkeidup/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

### 1.1、Import Mirroring
```bash
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.4/elkeidup_image_v1.9.1.tar.gz.00
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.4/elkeidup_image_v1.9.1.tar.gz.01
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.4/elkeidup_image_v1.9.1.tar.gz.02
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.4/elkeidup_image_v1.9.1.tar.gz.03
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_image_v1.9.1.tar.gz.00
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_image_v1.9.1.tar.gz.01
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_image_v1.9.1.tar.gz.02
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_image_v1.9.1.tar.gz.03
cat elkeidup_image_v1.9.1.tar.gz.* > elkeidup_image_v1.9.1.tar.gz

docker load -i elkeidup_image_v1.9.1.tar.gz
Expand Down Expand Up @@ -77,9 +77,9 @@ date && ssh root@{ip} date
### 2.2、Download the release product and configure the catalog
- Download the release product (rolled compressed packet) and merge compressed packets
```
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1/elkeidup_package_v1.9.1.tar.gz.00
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1/elkeidup_package_v1.9.1.tar.gz.01
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1/elkeidup_package_v1.9.1.tar.gz.02
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_package_v1.9.1.tar.gz.00
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_package_v1.9.1.tar.gz.01
wget https://github.com/bytedance/Elkeid/releases/download/v1.9.1.4/elkeidup_package_v1.9.1.tar.gz.02
cat elkeidup_package_v1.9.1.tar.gz.* > elkeidup_package_v1.9.1.tar.gz
```
You can also refer to [Build Elkeid from Source](./build_package.md) to compile and build packages yourself.
Expand Down

0 comments on commit 3bc6be0

Please sign in to comment.