fix(constants): adding 'fedora-asahi-remix' as a supported OS (#5646)

This commit is contained in:
JCluzet 2025-05-13 11:34:58 +02:00 committed by GitHub
parent d0a59360bf
commit cce8db3b8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@
// 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',