From cce8db3b8f2f07c6698e131f29443bed39db510b Mon Sep 17 00:00:00 2001 From: JCluzet Date: Tue, 13 May 2025 11:34:58 +0200 Subject: [PATCH] fix(constants): adding 'fedora-asahi-remix' as a supported OS (#5646) --- 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 b568e090c..3fac52ccd 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -47,7 +47,7 @@ const SPECIFIC_SERVICES = [ // Based on /etc/os-release const SUPPORTED_OS = [ 'ubuntu debian raspbian pop', - 'centos fedora rhel ol rocky amzn almalinux', + 'centos fedora rhel ol rocky amzn almalinux fedora-asahi-remix', 'sles opensuse-leap opensuse-tumbleweed', 'arch', 'alpine',