File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11make :
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
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ Congrats! Your recaptcha is now ready!
75752 . Run ` sh run.sh ` to start the server
76763 . 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
You can’t perform that action at this time.
0 commit comments