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
3dd4a88d
Commit
3dd4a88d
authored
Aug 30, 2017
by
Carlos Remuzzi
Browse files
corrigiendo typo
parent
c748b1fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/install.sh
View file @
3dd4a88d
...
...
@@ -8,7 +8,7 @@ configurar_ap(){
if
nmcli con show
$1
>
/dev/null 2>&1
;
then
echo
"la conexión
$1
está ya instalada"
else
echo
"creando nueva con
neccio
n
$1
"
echo
"creando nueva con
exió
n
$1
"
nmcli con add con-name
$1
ifname
$WIFI_INTERFACE
type
wifi ssid
$1
ip4 192.168.12.2/24 gw4 192.168.12.1
nmcli con modify
$1
ipv4.dns
"192.168.26.20"
nmcli con modify
$1
connection.autoconnect no
...
...
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