Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1646,6 +1646,8 @@ Read [CXS integration](/ids_integration/#cxs-integration) documentation carefull
| Ubuntu 18.04 / Debian 10 | ✓ | ✓ | x |
| Ubuntu 20.04 | ✓ | ✓ | x |
| Ubuntu 22.04 | ✓ | ✓ | x |
| Ubuntu 24.04 | ✓ | ✓ | x |
| Ubuntu 26.04 | ✓ | ✓ | x |
| Debian 11 | ✓ | ✓ | x |
| Debian 12 | ✓ | ✓ | x |
| Debian 13 | ✓ | ✓ | x |
Expand Down
26 changes: 25 additions & 1 deletion docs/imunifyav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ImunifyAV provides malware scanning features for cPanel, Plesk and DirectAdmin c

* <span class="notranslate">CentOS/RHEL</span> 7, 8, 9
* <span class="notranslate">CloudLinux</span> OS 7, 8, 9
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26.04 (standalone only)
* <span class="notranslate">Debian</span> 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 and 13 (Plesk, DirectAdmin, and Stand-alone)
* <span class="notranslate">AlmaLinux</span> 8, 9, 10
* <span class="notranslate">Rocky Linux</span> 8, 9 (cPanel, Plesk, and standalone)
Expand Down Expand Up @@ -233,6 +233,30 @@ apt-get update
apt-get install --only-upgrade imunify-antivirus
```

To upgrade ImunifyAV **beta** on Ubuntu 22.04, run the following command:

```
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus
```

To upgrade ImunifyAV **beta** on Ubuntu 24.04, run the following command:

```
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus
```

To upgrade ImunifyAV **beta** on Ubuntu 26.04, run the following command:

```
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify-antivirus
```

To upgrade ImunifyAV **beta** on Debian 9, run the following command:

```
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

* <span class="notranslate">CentOS/RHEL</span> 7, 8, 9
* <span class="notranslate">CloudLinux</span> OS 7, 8, 9
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26.04 (standalone only)
* <span class="notranslate">Debian</span> 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 & 13 (Plesk, DirectAdmin, and stand-alone)
* <span class="notranslate">AlmaLinux</span> 8, 9, 10
* <span class="notranslate">Rocky Linux</span> 8, 9 (cPanel, Plesk, and standalone)
Expand Down
24 changes: 24 additions & 0 deletions docs/update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,30 @@ apt-get update
apt-get install --only-upgrade imunify360-firewall
```

To upgrade Imunify360 on Ubuntu 22.04, run the following command:

```
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify360-firewall
```

To upgrade Imunify360 on Ubuntu 24.04, run the following command:

```
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify360-firewall
```

To upgrade Imunify360 on Ubuntu 26.04, run the following command:

```
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
apt-get update
apt-get install --only-upgrade imunify360-firewall
```

To upgrade Imunify360 on Debian 9 (supported up to Imunify v6.11 (including)), run the following command:

```
Expand Down