Skip to content

Commit 0709898

Browse files
authored
Merge pull request #185 from zettich/ubuntu-26.04-support
2 parents 631f8ce + fd804c1 commit 0709898

4 files changed

Lines changed: 52 additions & 2 deletions

File tree

docs/dashboard/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,8 @@ Read [CXS integration](/ids_integration/#cxs-integration) documentation carefull
16791679
| Ubuntu 18.04 / Debian 10 | ✓ | ✓ | x |
16801680
| Ubuntu 20.04 | ✓ | ✓ | x |
16811681
| Ubuntu 22.04 | ✓ | ✓ | x |
1682+
| Ubuntu 24.04 | ✓ | ✓ | x |
1683+
| Ubuntu 26.04 | ✓ | ✓ | x |
16821684
| Debian 11 | ✓ | ✓ | x |
16831685
| Debian 12 | ✓ | ✓ | x |
16841686
| Debian 13 | ✓ | ✓ | x |

docs/imunifyav/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ImunifyAV provides malware scanning features for cPanel, Plesk and DirectAdmin c
5252

5353
* <span class="notranslate">CentOS/RHEL</span> 7, 8, 9
5454
* <span class="notranslate">CloudLinux</span> OS 7, 8, 9
55-
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04
55+
* <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)
5656
* <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)
5757
* <span class="notranslate">AlmaLinux</span> 8, 9, 10
5858
* <span class="notranslate">Rocky Linux</span> 8, 9 (cPanel, Plesk, and standalone)
@@ -233,6 +233,30 @@ apt-get update
233233
apt-get install --only-upgrade imunify-antivirus
234234
```
235235

236+
To upgrade ImunifyAV **beta** on Ubuntu 22.04, run the following command:
237+
238+
```
239+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
240+
apt-get update
241+
apt-get install --only-upgrade imunify-antivirus
242+
```
243+
244+
To upgrade ImunifyAV **beta** on Ubuntu 24.04, run the following command:
245+
246+
```
247+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
248+
apt-get update
249+
apt-get install --only-upgrade imunify-antivirus
250+
```
251+
252+
To upgrade ImunifyAV **beta** on Ubuntu 26.04, run the following command:
253+
254+
```
255+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
256+
apt-get update
257+
apt-get install --only-upgrade imunify-antivirus
258+
```
259+
236260
To upgrade ImunifyAV **beta** on Debian 9, run the following command:
237261

238262
```

docs/installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
* <span class="notranslate">CentOS/RHEL</span> 7, 8, 9
1010
* <span class="notranslate">CloudLinux</span> OS 7, 8, 9
11-
* <span class="notranslate">Ubuntu</span> 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04
11+
* <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)
1212
* <span class="notranslate">Debian</span> 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 & 13 (Plesk, DirectAdmin, and stand-alone)
1313
* <span class="notranslate">AlmaLinux</span> 8, 9, 10
1414
* <span class="notranslate">Rocky Linux</span> 8, 9, 10 (cPanel, Plesk, and standalone)

docs/update/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,30 @@ apt-get update
5050
apt-get install --only-upgrade imunify360-firewall
5151
```
5252

53+
To upgrade Imunify360 on Ubuntu 22.04, run the following command:
54+
55+
```
56+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/22.04/ jammy main' > /etc/apt/sources.list.d/imunify360-testing.list
57+
apt-get update
58+
apt-get install --only-upgrade imunify360-firewall
59+
```
60+
61+
To upgrade Imunify360 on Ubuntu 24.04, run the following command:
62+
63+
```
64+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/24.04/ noble main' > /etc/apt/sources.list.d/imunify360-testing.list
65+
apt-get update
66+
apt-get install --only-upgrade imunify360-firewall
67+
```
68+
69+
To upgrade Imunify360 on Ubuntu 26.04, run the following command:
70+
71+
```
72+
echo 'deb https://repo.imunify360.cloudlinux.com/imunify360/ubuntu-testing/26.04/ resolute main' > /etc/apt/sources.list.d/imunify360-testing.list
73+
apt-get update
74+
apt-get install --only-upgrade imunify360-firewall
75+
```
76+
5377
To upgrade Imunify360 on Debian 9 (supported up to Imunify v6.11 (including)), run the following command:
5478

5579
```

0 commit comments

Comments
 (0)