Disable dotnet check

This commit is contained in:
Deda 2024-03-18 16:29:58 +01:00
parent 677476e0f3
commit a85899d258

View File

@ -87,9 +87,9 @@ check() {
continue
fi
if [ "$pkg" == dotnet-sdk-8.0 ]; then
if ! /root/.dotnet/dotnet --list-sdks | grep -q "8\.0."; then
missing="$pkg $missing"
fi
# if ! /root/.dotnet/dotnet --list-sdks | grep -q "8\.0."; then
# missing="$pkg $missing"
# fi
continue
fi
if ! dpkg -s "$pkg" >/dev/null 2>/dev/null; then