This website requires JavaScript.
Explore
Help
Register
Sign In
ADHOC
/
okreader
Watch
3
Star
0
Fork
0
You've already forked okreader
Code
Issues
7
Releases
Activity
ed8e242154
okreader
/
files
/
release-ip.sh
5 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
Add support for Koreader's WiFi manager
2017-03-25 19:09:12 +00:00
#!/bin/sh
Fixes for the disable-wifi and release-ip scripts disable-wifi: use pkill instead of killall, which is unavailable release-ip: reset the ip address of the interface
2017-03-26 23:25:37 +00:00
pkill
'dhcpcd'
ifconfig wlan0 0.0.0.0
Reference in New Issue
Copy Permalink