We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343f6f9 commit 6a5dbdfCopy full SHA for 6a5dbdf
initial_setup.py
@@ -10,8 +10,9 @@ def install_prereqs():
10
print("Updating Apt...")
11
os.system('apt update')
12
print("Installing prerequisites via Apt...")
13
- os.system('apt install python3 bundler libsqlite3-dev isc-dhcp-server hostapd -y')
+ os.system('apt install python3 bundler libsqlite3-dev isc-dhcp-server hostapd libxml2-dev libxslt-dev -y')
14
print("Installing necessary Ruby Gems. This can take a few minutes...")
15
+ os.system('gem install nokogiri --no-document -v 1.6.6.2 -- --use-system-libraries')
16
os.system('bundle install --gemfile=' + project_path + '/Configuration\ App/Gemfile')
17
18
def update_config_paths():
0 commit comments