mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Fixed typos (#9509)
* Fixed some typos. * Some more typos. --------- Co-authored-by: Leon Zandman <lzandman@rdw.nl>
This commit is contained in:
@@ -45,7 +45,7 @@ EOF
|
||||
apt-get update
|
||||
|
||||
for latest_package in ${latest_dotnet_packages[@]}; do
|
||||
echo "Determing if .NET Core ($latest_package) is installed"
|
||||
echo "Determining if .NET Core ($latest_package) is installed"
|
||||
if ! dpkg -S $latest_package &> /dev/null; then
|
||||
echo "Could not find .NET Core ($latest_package), installing..."
|
||||
apt-get install $latest_package -y
|
||||
|
||||
Reference in New Issue
Block a user