mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Fix #532
This commit is contained in:
parent
1e6f249ea1
commit
be73cb4067
1 changed files with 4 additions and 0 deletions
|
@ -981,6 +981,10 @@ __ubuntu_derivatives_translation() {
|
|||
"elementary_os")
|
||||
_major=$(echo "$DISTRO_VERSION" | sed 's/\.//g')
|
||||
;;
|
||||
"linuxmint")
|
||||
export LSB_ETC_LSB_RELEASE=/etc/upstream-release/lsb-release
|
||||
_major=$(echo "$DISTRO_VERSION" | sed 's/^\([0-9]*\).*/\1/g')
|
||||
;;
|
||||
*)
|
||||
_major=$(echo "$DISTRO_VERSION" | sed 's/^\([0-9]*\).*/\1/g')
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue