forked from ungleich-public/cdist
Merge branch 'feature/type/__locale_system/support-devuan' into 'master'
__locale_system: "Whitelist" Devuan See merge request ungleich-public/cdist!900
This commit is contained in:
commit
ceedcd02f2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
os=$(cat "$__global/explorer/os")
|
os=$(cat "$__global/explorer/os")
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
debian|ubuntu)
|
debian|devuan|ubuntu)
|
||||||
locale_conf="/etc/default/locale"
|
locale_conf="/etc/default/locale"
|
||||||
;;
|
;;
|
||||||
archlinux)
|
archlinux)
|
||||||
|
|
Loading…
Reference in a new issue