Skip to content

Commit fa9e514

Browse files
committed
-y
1 parent 3c1f7e0 commit fa9e514

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
make:
2-
apt-get update
3-
apt-get upgrade
2+
apt-get update -y
3+
apt-get upgrade -y
44

5-
-apt-get install python3-dev
6-
-apt-get install python3-venv
5+
-apt-get install python3-dev -y
6+
-apt-get install python3-venv -y
77
python3 -m venv ./.venv
88
./.venv/bin/python3 -m pip install -r requirements.txt

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Congrats! Your recaptcha is now ready!
7575
2. Run `sh run.sh` to start the server
7676
3. The script will now host your gateway on the port specified in config.yaml
7777

78+
#### Debugging
79+
80+
If you get the `make: command not found` error, run `sudo apt-get install build-essential` to install make.
81+
7882
## Network configuration
7983

8084
### 1. Firewall configuration

0 commit comments

Comments
 (0)