1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #11993 from crunchywelch/master

add centos to supported distros
This commit is contained in:
moxiegirl 2015-04-06 11:44:40 -07:00
commit 9cad920c08

View file

@ -81,7 +81,7 @@ fi
lsb_dist="$(echo "$lsb_dist" | tr '[:upper:]' '[:lower:]')"
case "$lsb_dist" in
amzn|fedora)
amzn|fedora|centos)
if [ "$lsb_dist" = 'amzn' ]; then
(
set -x