forked from ungleich-public/cdist
Merge branch 'master' into 'master'
[cdist]Update os_version for alpine See merge request ungleich-public/cdist!849
This commit is contained in:
commit
2135381038
1 changed files with 4 additions and 1 deletions
|
@ -70,4 +70,7 @@ case "$("$__explorer/os")" in
|
|||
ubuntu)
|
||||
lsb_release -sr
|
||||
;;
|
||||
esac
|
||||
alpine)
|
||||
cat /etc/alpine-release
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue