Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
set constants Lcommits update file
Browse files Browse the repository at this point in the history
  • Loading branch information
mh4x0f committed Dec 9, 2018
1 parent d847226 commit 0aa69aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ before_install:
sudo: required
install:
- sudo pip install -r requirements.txt
- sudo chmod +x installer.sh
- sudo ./installer.sh --install
# TODO: problem with installer_wifimode.sh
#- sudo chmod +x installer.sh
#- sudo ./installer.sh --install

script: exit 0
2 changes: 1 addition & 1 deletion core/utility/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
EXTRACT_TEMP = 'cd templates/ && tar -xf fakeupdate.tar.gz'

EXTRACT_WWW = 'cd templates/ && tar -xf www.tar.gz'
LCOMMITS = 'https://raw.githubusercontent.com/P0cL4bs/WiFi-Pumpkin/0.8.7Beta/core/config/commits/Lcommits.cfg'
LCOMMITS = 'https://raw.githubusercontent.com/P0cL4bs/WiFi-Pumpkin/master/core/config/commits/Lcommits.cfg'
SOURCE_URL = 'https://github.com/P0cL4bs/WiFi-Pumpkin.git'

# settings template
Expand Down

0 comments on commit 0aa69aa

Please sign in to comment.