Skip to content

Commit

Permalink
add -y to update
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 28, 2023
1 parent 7181528 commit e84fa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ssh -o 'IdentitiesOnly yes' -i path-to-key.pem ec2-user@ec2-52-55-54-40.compute-
And then install docker and update:

```bash
sudo yum update
sudo yum update -y
sudo yum install -y docker
sudo systemctl start docker
sudo usermod -aG docker $USER
Expand Down

0 comments on commit e84fa35

Please sign in to comment.