ShadowArch and other fixes

This commit is contained in:
DarkFeather
2017-07-27 15:30:48 -05:00
parent 7a6f522387
commit aa7f6f7c8f
7 changed files with 13 additions and 22 deletions

View File

@@ -1,4 +1,2 @@
#!/bin/bash
/usr/bin/lynx --dump whatismyipaddress.com | grep '/ip/' | head -n 1 | cut -f 5 -d '/'
/usr/bin/lynx -connect_timeout=5 -read_timeout=5 -timeout=5 --dump whatismyipaddress.com | grep '/ip/' | head -n 1 | cut -f 5 -d '/'