Update SUPPORTED_OS with new OS: amzn
This commit is contained in:
parent
1c06e1e2a4
commit
90ad46b7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
// 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'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue