diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 20:27:48 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 20:27:48 +0100 |
commit | f754db94911c994675b40afa43d19384187ce817 (patch) | |
tree | 8999ae1523ec966d22c88f3ace44d68b1cee1079 /modules/internet | |
parent | 69c852b4a5f65ee2c4fcd3dadac6940edc50a780 (diff) |
Fixed wifi module not working on some cards
Diffstat (limited to 'modules/internet')
-rwxr-xr-x | modules/internet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/internet b/modules/internet index 136005a..7c06858 100755 --- a/modules/internet +++ b/modules/internet @@ -1,6 +1,7 @@ #!/bin/bash # Prints out if there is an internet connection +# Requires an internet connection INTERNET_ICON='' |