mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-03 20:21:44 +00:00
add centos to supported distros
Signed-off-by: Aaron Welch <welch@packet.net>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user