Skip to content
Snippets Groups Projects
Commit 33e7edd1 authored by Armin Co's avatar Armin Co
Browse files

Do not ask if packages should be installed.

parent 9d9bd6f5
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ The required packages are listed in the `dependencies` file. ...@@ -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. On Debian based systems you can run the following command to install all the required packages.
``` ```
cd qpong 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. Please let me know if you needed to install any additional packages on your specific system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment