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

add centos to supported distros

Signed-off-by: Aaron Welch <welch@packet.net>
This commit is contained in:
Aaron Welch 2015-04-01 11:40:25 -04:00
parent a3a45a6ec0
commit a6b8f2e3fe

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