Skip to content

Commit 2de303b

Browse files
authored
Merge pull request #49 from carpentriesoffline/jsteyn-patch-1
Add -y switch to apt to avoid user input
2 parents 0173da8 + 931d3d6 commit 2de303b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miniHPC_step_by_step.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ title: "Setting up the miniHPC login node"
1111
- Do an update and a full-upgrade:
1212

1313
```bash
14-
sudo apt-get update
15-
sudo apt-get full-upgrade
14+
sudo apt-get -y update
15+
sudo apt-get -y full-upgrade
1616
```
1717

1818
- Install the following packages:

0 commit comments

Comments
 (0)