about summary refs log tree commit diff stats
path: root/pre.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pre.sh')
-rwxr-xr-xpre.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pre.sh b/pre.sh
index 824ea8c..c361e75 100755
--- a/pre.sh
+++ b/pre.sh
@@ -5,8 +5,8 @@ set -eu
 # Below is an example.                                                         #
 
 # Build user implied to have sudo access to apt update and upgrade             #
-sudo apt update
-sudo apt upgrade
+sudo apt update -y
+sudo apt upgrade -y
 
 # Including assets with game code is usually a bad idea, so we grab the assets #
 # from a mirror.                                                               #