fix(constants): adding 'fedora-asahi-remix' as a supported OS (#5646)
This commit is contained in:
@@ -47,7 +47,7 @@ const SPECIFIC_SERVICES = [
|
|||||||
// Based on /etc/os-release
|
// Based on /etc/os-release
|
||||||
const SUPPORTED_OS = [
|
const SUPPORTED_OS = [
|
||||||
'ubuntu debian raspbian pop',
|
'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',
|
'sles opensuse-leap opensuse-tumbleweed',
|
||||||
'arch',
|
'arch',
|
||||||
'alpine',
|
'alpine',
|
||||||
|
Reference in New Issue
Block a user