From 90ad46b7c5ce8539084898523490dbf4c0d1fbc1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 9 Apr 2024 09:25:55 +0200 Subject: [PATCH] Update SUPPORTED_OS with new OS: amzn --- bootstrap/helpers/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index 84997d134..ee9a74b72 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -37,7 +37,7 @@ const SPECIFIC_SERVICES = [ // Based on /etc/os-release const SUPPORTED_OS = [ 'ubuntu debian raspbian', - 'centos fedora rhel ol rocky', + 'centos fedora rhel ol rocky amzn', 'sles opensuse-leap opensuse-tumbleweed' ];