Add Archlinux to list of supported distros
get_os_name returns linux-arch on Archlinux, so add a line for linux-arch to __DEF_OS_LOCATIONS. Signed-off-by: Philippe Loctaux <loctauxphilippe@gmail.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
ce9a1981c1
commit
7af4728d62
@ -26,6 +26,7 @@ __DEF_OS_LOCATIONS = {
|
||||
'linux-redhat': '/etc/pki/tls/certs/ca-bundle.crt',
|
||||
'linux-suse': '/etc/ssl/ca-bundle.pem',
|
||||
'linux-opensuse': '/etc/ssl/ca-bundle.pem',
|
||||
'linux-arch': '/etc/ssl/certs/ca-certificates.crt',
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user