Update SUPPORTED_OS with new OS: amzn

This commit is contained in:
Andras Bacsai
2024-04-09 09:25:55 +02:00
parent 1c06e1e2a4
commit 90ad46b7c5

View File

@@ -37,7 +37,7 @@ const SPECIFIC_SERVICES = [
// Based on /etc/os-release // Based on /etc/os-release
const SUPPORTED_OS = [ const SUPPORTED_OS = [
'ubuntu debian raspbian', 'ubuntu debian raspbian',
'centos fedora rhel ol rocky', 'centos fedora rhel ol rocky amzn',
'sles opensuse-leap opensuse-tumbleweed' 'sles opensuse-leap opensuse-tumbleweed'
]; ];