Skip to content

Commit 07adde2

Browse files
committed
Added NodeJS installation to the Initial Setup script to accomodate Raspbian Lite installations.
1 parent 0d595e0 commit 07adde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initial_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def install_prereqs():
1010
os.system('clear')
1111
os.system('apt update')
1212
os.system('clear')
13-
os.system('apt install python3 python3-rpi.gpio bundler libsqlite3-dev isc-dhcp-server hostapd libxml2-dev libxslt-dev -y')
13+
os.system('apt install python3 python3-rpi.gpio bundler nodejs libsqlite3-dev isc-dhcp-server hostapd libxml2-dev libxslt-dev -y')
1414
os.system('clear')
1515
os.system('gem install nokogiri --no-document -v 1.6.6.2 -- --use-system-libraries')
1616
os.system('clear')

0 commit comments

Comments
 (0)