Skip to content

Commit

Permalink
Maybe even better
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Aug 20, 2020
1 parent 1e36ed3 commit 7d0bd63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/Initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def start(self):
self.initConfs = self.loadConfig()
self.checkWPASupplicant()
self.checkInternet()
self.installSystemDependencies()
self.doUpdates()
self.installSystemDependencies()
if not self.checkVenv():
Expand Down
2 changes: 2 additions & 0 deletions sysrequirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
git
python3-pip
libffi-dev
apt-transport-https
zip
Expand Down

0 comments on commit 7d0bd63

Please sign in to comment.