forked from defname/rofi-iwd-wifi-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
22 lines (19 loc) · 608 Bytes
/
Copy pathINSTALL
File metadata and controls
22 lines (19 loc) · 608 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation instructions:
Run
make install
for a global installation to the /usr directory.
You can specify a different directory with
PREFIX=<dir> make install
The files will go to <dir>/share/iwdrofimenu and a link <dir>/bin/iwdrofimenu
will be created
To uninstall the script run
make uninstall
If you specified a different directory for installation, you also have to
specify it for the uninstallation with
PREFIX=<dir> make uninstall
Runtime dependencies:
- Python 3
- rofi
- iwd
- python module: dbus-next
Look at https://github.com/defname/rofi-iwd-wifi-menu for more information.