This commit is contained in:
deathbybandaid 2024-05-01 22:47:48 -04:00
parent 00a3e18dbe
commit 6757c37eef

View File

@ -57,7 +57,7 @@ fi
# Ubuntu Jammy need focal repo to get this # Ubuntu Jammy need focal repo to get this
if ! is_shared_lib_present libssl.so.1.1 if ! is_shared_lib_present libssl.so.1.1
then then
distro= $(get_dist) distro=$(get_dist)
printf "$COL_YELLOW" "** Distrobution detected as $distro" printf "$COL_YELLOW" "** Distrobution detected as $distro"
if get_dist == "Ubuntu" ]] if get_dist == "Ubuntu" ]]
then then