From fa9e51471b65e605f845d070c4d3038950ce84c7 Mon Sep 17 00:00:00 2001 From: MiranDaniel Date: Thu, 18 Nov 2021 19:15:10 +0100 Subject: [PATCH] -y --- Makefile | 8 ++++---- readme.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 54fc7e6..61e9f03 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ make: - apt-get update - apt-get upgrade + apt-get update -y + apt-get upgrade -y - -apt-get install python3-dev - -apt-get install python3-venv + -apt-get install python3-dev -y + -apt-get install python3-venv -y python3 -m venv ./.venv ./.venv/bin/python3 -m pip install -r requirements.txt diff --git a/readme.md b/readme.md index 56d50c6..3a69421 100644 --- a/readme.md +++ b/readme.md @@ -75,6 +75,10 @@ Congrats! Your recaptcha is now ready! 2. Run `sh run.sh` to start the server 3. The script will now host your gateway on the port specified in config.yaml +#### Debugging + +If you get the `make: command not found` error, run `sudo apt-get install build-essential` to install make. + ## Network configuration ### 1. Firewall configuration