Changes between Version 107 and Version 108 of Documentation/CGettingStarted


Ignore:
Timestamp:
Jul 18, 2023, 10:28:03 PM (10 months ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/CGettingStarted

    v107 v108  
    106106  We will use node1-1 as the access point.
    107107
    108   1. First install hostapd and dnsmasq on node1-1:
     108  1. Before we install anything, we need to get an updated list of the available software by running `apt update`. Now install hostapd and dnsmasq on node1-1:
    109109{{{
    110110  root@node1-1:~# apt install hostapd dnsmasq
     
    168168  1. First, verify that you can see the "hello-wireless" network from node1-2 by running the prior command to scan for interfaces and grepping for SSID.
    169169
    170   2. We'll use a utility called wpa_supplicant to connect to the access point. Run the following to install it:
     170  2. We'll use a utility called wpa_supplicant to connect to the access point. After running `apt update`, run the following to install it:
    171171{{{
    172172  root@node1-2:~# apt install wpasupplicant