uninstall.sh: minor changes done.

This commit is contained in:
Shreyas Zare
2022-03-12 16:10:42 +05:30
parent 9785cf2e45
commit e7cfea172b

View File

@@ -27,7 +27,7 @@ then
if [ -d $dotnetDir ]
then
echo "Uninstalling .NET 5 Runtime..."
echo "Uninstalling .NET Runtime..."
rm /usr/bin/dotnet >/dev/null 2>&1
rm -rf $dotnetDir >/dev/null 2>&1
fi