diff --git a/docs/dashboard/README.md b/docs/dashboard/README.md index d2bfb5cd..4e0c73ff 100644 --- a/docs/dashboard/README.md +++ b/docs/dashboard/README.md @@ -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 | diff --git a/docs/imunifyav/README.md b/docs/imunifyav/README.md index feedcf68..8157e30f 100644 --- a/docs/imunifyav/README.md +++ b/docs/imunifyav/README.md @@ -52,7 +52,7 @@ ImunifyAV provides malware scanning features for cPanel, Plesk and DirectAdmin c * CentOS/RHEL 7, 8, 9 * CloudLinux OS 7, 8, 9 -* Ubuntu 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04 +* Ubuntu 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26.04 (standalone only) * Debian 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 and 13 (Plesk, DirectAdmin, and Stand-alone) * AlmaLinux 8, 9, 10 * Rocky Linux 8, 9 (cPanel, Plesk, and standalone) @@ -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: ``` diff --git a/docs/installation/README.md b/docs/installation/README.md index 3d218839..74c08b1f 100644 --- a/docs/installation/README.md +++ b/docs/installation/README.md @@ -8,7 +8,7 @@ * CentOS/RHEL 7, 8, 9 * CloudLinux OS 7, 8, 9 -* Ubuntu 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), and 24.04 +* Ubuntu 16.04 (LTS only), 18.04, 20.04 (LTS), 22.04 (cPanel, Plesk, DirectAdmin, and standalone), 24.04, and 26.04 (standalone only) * Debian 9 (up to Imunify v6.11 (including)), 10 (requires buster-backports), 11, 12 & 13 (Plesk, DirectAdmin, and stand-alone) * AlmaLinux 8, 9, 10 * Rocky Linux 8, 9 (cPanel, Plesk, and standalone) diff --git a/docs/update/README.md b/docs/update/README.md index e8334c15..e0fc8836 100644 --- a/docs/update/README.md +++ b/docs/update/README.md @@ -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: ```