i forgot the -y lol

This commit is contained in:
askiiart 2023-09-10 20:43:01 -05:00
parent 63eade450d
commit e65491a2ab
No known key found for this signature in database
GPG key ID: C89CBC4F981EE719

View file

@ -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.