i forgot the -y lol
This commit is contained in:
parent
63eade450d
commit
e65491a2ab
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
apt-get update
|
||||
apt-get install curl
|
||||
apt-get install -y curl
|
||||
|
||||
# Update steam - have to do all this stuff because the filename is always the same.
|
||||
# There's probably a better way to do this.
|
||||
|
|
Loading…
Reference in a new issue