Skip to content

Commit

Permalink
Update autoinstall.php
Browse files Browse the repository at this point in the history
Updated premade configurable options for Operating System templates to match the current supported values.
  • Loading branch information
radwebhosting authored Jul 13, 2023
1 parent b48926b commit 1751a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whmcs/modules/servers/virtualizor_cloud/autoinstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ function virtualizor_cloud_installpredefined()
]);
$list = [
'almalinux-8.4-x86_64|AlmaLinux 8 (64 bit)',
'almalinux-9.0-x86_64|AlmaLinux 9 (64 bit)',
'almalinux-9.2-x86_64|AlmaLinux 9 (64 bit)',
'oracle-8.6-x86_64|Oracle Linux 8 (64 bit)',
'oracle-9.2-x86_64|Oracle Linux 8 (64 bit)',
'rocky-8.4-x86_64|Rocky Linux 8 (64 bit)',
'rocky-9.1-x86_64|Rocky Linux 9 (64 bit)',
'centos-7.8-x86_64|CentOS 7 (64 bit)',
Expand Down

0 comments on commit 1751a1e

Please sign in to comment.