Skip to content

Commit

Permalink
Fixing issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyDo committed Jan 2, 2019
1 parent a678965 commit de84ba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.github.ronnydo.wammer (1.1.0) bionic; urgency=medium
com.github.ronnydo.wammer (1.1.1) bionic; urgency=medium

* Juno Release!!1!

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.3
Package: com.github.ronnydo.wammer
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, aircrack-ng
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Jamming your WiFi network
Wammer lets you kick out all clients in your WiFi network, so you can enjoy its full bandwidth. Best part of the story: everything works fully automatically!
In order to work Wammer needs the aircrack-ng installed and a compatible WiFi device to work. For more information please visit https://github.com/ronnydo/wammer.
Expand Down
2 changes: 2 additions & 0 deletions meson/post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
if not os.environ.get('DESTDIR'):
print('Compiling gsettings schemas...')
subprocess.call(['glib-compile-schemas', schemadir])

subprocess.call(['sudo', 'apt', 'install', 'aircrack-ng', '-y'])

0 comments on commit de84ba0

Please sign in to comment.