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
06df9daa
Commit
06df9daa
authored
Dec 11, 2017
by
Carlos Remuzzi
Browse files
actualizando DNS
parent
06d9c94d
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/install.sh
View file @
06df9daa
...
...
@@ -96,7 +96,7 @@ configurar_ap(){
else
echo
"creando nueva conexió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.
2
0"
nmcli con modify
$1
ipv4.dns
"192.168.26.
1
0"
nmcli con modify
$1
connection.autoconnect no
nmcli con modify
$1
wifi-sec.key-mgmt wpa-psk wifi-sec.psk
$2
fi
...
...
@@ -126,8 +126,7 @@ main() {
# Habilitación de exit-on-error después de colores
set
-e
verificar_debian_deps
#verificar_deps
verificar_deps
if
[
!
-n
"
$LIBRECAST
"
]
;
then
LIBRECAST
=
~/librecast
...
...
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