Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweimer committed Feb 15, 2024
1 parent 3b35e3e commit ddb6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ download_file() {
}

# Install prerequisites
sudo apt udpate && sudo apt upgrade
sudo apt update && sudo apt upgrade
echo "Installing prerequisites..."
sudo apt update
sudo apt install -y dotnet-sdk-7.0
Expand Down

0 comments on commit ddb6eb7

Please sign in to comment.