No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
bibliotecha.sh
|
|
@ -188,7 +188,7 @@ function configure_network_interfaces { |
|
|
|
fi |
|
|
|
|
|
|
|
{ echo "auto ${wireless_interface}"; |
|
|
|
echo "iface ${wireless_interface} int static"; |
|
|
|
echo "iface ${wireless_interface} inet static"; |
|
|
|
echo " address 10.0.0.1"; |
|
|
|
echo " netmask 255.255.255.0"; } > "${wireless_filename}" |
|
|
|
} |
|
|
|