Skip to content

Commit

Permalink
Update python upgrade to use -y
Browse files Browse the repository at this point in the history
  • Loading branch information
coincashew committed Oct 6, 2024
1 parent cf5f90d commit 0ade215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nimbus-nethermind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ linux_install_python() {
sudo apt-get install --no-install-recommends --no-install-suggests -y $python
else
ohai "Updating python"
sudo apt-get install --only-upgrade $python
sudo apt-get install --only-upgrade -y $python
fi
exit_on_error $?
ohai "Installing python tools"
Expand Down

0 comments on commit 0ade215

Please sign in to comment.