Fix debian-12-arm dotnet

This commit is contained in:
Deda 2024-03-18 16:22:49 +01:00
parent 550bc31984
commit 677476e0f3

View File

@ -87,7 +87,7 @@ check() {
continue
fi
if [ "$pkg" == dotnet-sdk-8.0 ]; then
if ! $HOME/.dotnet/dotnet --list-sdks | grep -q "8\.0."; then
if ! /root/.dotnet/dotnet --list-sdks | grep -q "8\.0."; then
missing="$pkg $missing"
fi
continue