mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
install: map debian_version 9.X to debian stretch
Signed-off-by: Felix Abecassis <fabecassis@nvidia.com>
(cherry picked from commit ac3d74b0b4
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
ee1b5c5944
commit
10d999d7ab
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ check_forked() {
|
|||
lsb_dist=debian
|
||||
dist_version="$(cat /etc/debian_version | sed 's/\/.*//' | sed 's/\..*//')"
|
||||
case "$dist_version" in
|
||||
9)
|
||||
dist_version="stretch"
|
||||
;;
|
||||
8|'Kali Linux 2')
|
||||
dist_version="jessie"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue