added CentOS Stream support

This commit is contained in:
Kevin Muñoz 2023-06-17 21:20:36 -05:00
parent c35ae77745
commit 607d018614
No known key found for this signature in database
GPG Key ID: 2F287937155A4380

View File

@ -34,7 +34,7 @@ case "$distro" in
apt-get update apt-get update
;; ;;
CentOS) CentOS|CentOSStream)
echo "Distribucion detectada: CentOS" echo "Distribucion detectada: CentOS"
echo "Familia principal: RedHat" echo "Familia principal: RedHat"
echo "Paqueteria: RPM" echo "Paqueteria: RPM"