Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agetic
librecast
Commits
e9d71dcf
Commit
e9d71dcf
authored
Aug 30, 2017
by
Carlos Remuzzi
Browse files
detectando nombre interfaz wifi
parent
ccdc012f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/install.sh
View file @
e9d71dcf
...
...
@@ -71,7 +71,8 @@ main() {
}
# esto tiene que adaptarse a diferentes distros
WIFI_INTERFACE
=
wlan0
WIFI_INTERFACE
=
$(
cat
/proc/net/wireless | perl
-ne
'/(\w+):/ && print $1'
)
AP_NAME
=
libreCast-s0
AP_PSK
=
libreCast
USER_NAME
=
$(
whoami
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment