We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d595e0 commit 07adde2Copy full SHA for 07adde2
initial_setup.py
@@ -10,7 +10,7 @@ def install_prereqs():
10
os.system('clear')
11
os.system('apt update')
12
13
- os.system('apt install python3 python3-rpi.gpio bundler libsqlite3-dev isc-dhcp-server hostapd libxml2-dev libxslt-dev -y')
+ os.system('apt install python3 python3-rpi.gpio bundler nodejs libsqlite3-dev isc-dhcp-server hostapd libxml2-dev libxslt-dev -y')
14
15
os.system('gem install nokogiri --no-document -v 1.6.6.2 -- --use-system-libraries')
16
0 commit comments