Diff for /doc/build/ubuntu22LTS_install.frag between versions 1.1 and 1.2

version 1.1, 2024/06/15 00:55:24 version 1.2, 2024/08/04 02:43:43
Line 36  The installation process takes the follo Line 36  The installation process takes the follo
 <hr>  <hr>
 <h2>1. <a name="obt">Obtain Ubuntu 22.04 LTS .iso file</a></h2>  <h2>1. <a name="obt">Obtain Ubuntu 22.04 LTS .iso file</a></h2>
 <p>  <p>
 An Ubuntu 22.04 LTS (server install) 64 bit iso can be obtained from the <a href="https://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page. The .iso file can be burned to a DVD. As an alternative you can download the Ubuntu Live installer and use that to setup and configure a network install.  An Ubuntu 22.04 LTS (server install) 64 bit iso can be obtained from the <a href="https://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page. The .iso file can be burned to a DVD. As an alternative you can download the (smaller) Ubuntu Live installer and use that to setup and configure a network install.
 </p>  </p>
   
 <h2>2. <a name="net">Determine Network Settings</a></h2>  <h2>2. <a name="net">Determine Network Settings</a></h2>
Line 148  wget -q -O - https://install.loncapa.org Line 148  wget -q -O - https://install.loncapa.org
 <h3>Add LON-CAPA ubuntu repository to /etc/apt/sources.list.d</h3>  <h3>Add LON-CAPA ubuntu repository to /etc/apt/sources.list.d</h3>
 <p> Execute: </p>  <p> Execute: </p>
 <pre>  <pre>
 echo "deb [signed-by=/etc/apt/keyrings/loncapa.gpg] https://install.loncapa.org/msu/testing/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/loncapa.list  echo "deb [signed-by=/etc/apt/keyrings/loncapa.gpg] https://install.loncapa.org/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/loncapa.list
 </pre>  </pre>
 <p>  <p>
 You can display which repositories are currently enabled by executing the following command:   You can display which repositories are currently enabled by executing the following command: 

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>