diff --git a/Scripts/SMI.sh b/Scripts/SMI.sh index 117b103..70cb87d 100644 --- a/Scripts/SMI.sh +++ b/Scripts/SMI.sh @@ -39,7 +39,7 @@ elif [[ "${dist}" == *"ubuntu"* ]] && [[ "${dist_ver}" == *"20.04"* ]]; then PKGM="$APTMODE" PKGI="${PKGM} install -y --no-install-recommends" PKGLIST="apt" - echo "This os in not supported" + echo "This OS is not supported" exit shortdist=ubu2004 elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then @@ -48,7 +48,7 @@ elif [[ "${dist}" == *"debian"* ]] && [[ "${dist_ver}" == *"10"* ]]; then PKGI="${PKGM} install -y --no-install-recommends" PKGLIST="apt" shortdist=deb10 - echo "This os in not supported" + echo "This OS is not supported" exit elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then echo "Centos 8 Detected" @@ -56,10 +56,10 @@ elif [[ "${dist}" == *"centos"* ]] && [[ "${dist_ver}" == *"8"* ]]; then PKGI="${PKGM} install --setopt=install_weak_deps=False --best -y" PKGLIST="dnf" shortdist=cent8 - echo "This os in not supported" + echo "This OS is not supported" exit else - echo "This os in not supported" + echo "This OS is not supported" exit fi