From 33e7edd1d19c036b164e223303f98105b61a3179 Mon Sep 17 00:00:00 2001
From: Armin <armin.co@hs-bochum.de>
Date: Sat, 9 Jan 2021 18:28:35 +0100
Subject: [PATCH] Do not ask if packages should be installed.

---
 Readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 6ec03a6..e301ae0 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,7 +11,7 @@ The required packages are listed in the `dependencies` file.
 On Debian based systems you can run the following command to install all the required packages.
 ```
 cd qpong
-cat dependencies | xargs sudo apt install
+cat dependencies | xargs sudo apt install -y
 ```
 Please let me know if you needed to install any additional packages on your specific system.
 
-- 
GitLab