Explorar o código

add centos to supported distros

Signed-off-by: Aaron Welch <welch@packet.net>
Aaron Welch %!s(int64=10) %!d(string=hai) anos
pai
achega
a6b8f2e3fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/install.sh

+ 1 - 1
hack/install.sh

@@ -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