Skip to content

Commit

Permalink
Merge pull request #39 from zed/patch-1
Browse files Browse the repository at this point in the history
add `-O` option to wget commands
  • Loading branch information
iatmachian authored May 12, 2021
2 parents 5c2b3aa + 58640ec commit 9f58b77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/imunifyav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To install ImunifyAV proceed the following steps:
2. Go to your home directory and run the commands:

```
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh
```

Expand All @@ -103,7 +103,7 @@ bash imav-deploy.sh --beta
If you already have **ImunifyAV+** license key you can use it during installation:

```
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh --key YOUR_KEY
```

Expand All @@ -112,7 +112,7 @@ where `YOUR_KEY` is your license key. Replace `YOUR_KEY` with the actual key pur
If you have an IP-based license for **ImunifyAV+**, use IPL as license key:

```
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh
wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh -O imav-deploy.sh
bash imav-deploy.sh --key IPL
```

Expand Down Expand Up @@ -191,7 +191,7 @@ If you do not want to wait for the gradual roll-out, you can update ImunifyAV to
<div class="notranslate">

```
wget https://repo.imunify360.cloudlinux.com/defence360/imunify-force-update.sh
wget https://repo.imunify360.cloudlinux.com/defence360/imunify-force-update.sh -O imunify-force-update.sh
bash imunify-force-update.sh
```
</div>
Expand Down

0 comments on commit 9f58b77

Please sign in to comment.