Changes between Version 42 and Version 43 of expansion/gw16126
- Timestamp:
- 02/05/2020 12:23:38 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16126
v42 v43 223 223 * Create the following four files: 224 224 {{{#!bash 225 cat << EOF >> /etc/chatscripts/sara225 cat << EOF >> /etc/chatscripts/sara 226 226 # Chat script for Hologram Nova using Hologram SIM card 227 227 # See hologram.io for more information … … 247 247 }}} 248 248 {{{#!bash 249 cat << EOF >> /etc/ppp/peers/sara249 cat << EOF >> /etc/ppp/peers/sara 250 250 # PPP configuration for Hologram Nova modem using Hologram SIM card 251 251 # For more information see hologram.io … … 274 274 }}} 275 275 {{{#!bash 276 cat << EOF >> /etc/network/interfaces276 cat << EOF >> /etc/network/interfaces 277 277 # interfaces(5) file used by ifup(8) and ifdown(8) 278 278 # Include files from /etc/network/interfaces.d: … … 288 288 }}} 289 289 {{{#!bash 290 cat << EOF >> /etc/network/if-pre-up.d/sara290 cat << EOF >> /etc/network/if-pre-up.d/sara 291 291 #!/bin/sh 292 292