|
@@ -53,24 +53,13 @@
|
|
# install gnupg and curl<br />
|
|
# install gnupg and curl<br />
|
|
apt install gnupg curl -y<br />
|
|
apt install gnupg curl -y<br />
|
|
# download the pimox installation script<br />
|
|
# download the pimox installation script<br />
|
|
- curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64autoinstall.sh > RPiOS64autoinstall.sh<br />
|
|
|
|
|
|
+ curl https://raw.githubusercontent.com/pimox/pimox7/master/RPiOS64-IA-Install.sh > RPiOS64-IA-Install.sh<br />
|
|
# make the file executable<br />
|
|
# make the file executable<br />
|
|
- chmod +x RPiOS64autoinstall.sh<br />
|
|
|
|
- # edit the file<br />
|
|
|
|
- nano RPiOS64autoinstall.sh</div>
|
|
|
|
|
|
+ chmod +x RPiOS64-IA-Install.sh<br />
|
|
|
|
+ # run the install script<br />
|
|
|
|
+ ./RPiOS64-IA-Install.sh</div>
|
|
</li>
|
|
</li>
|
|
- <li>Scroll down and set the following variables for your environment
|
|
|
|
- <p>HOSTNAME='pimox'<br />
|
|
|
|
- RPI_IP='192.168.0.225'<br />
|
|
|
|
- GATEWAY='192.168.0.27'<br />
|
|
|
|
- NETMASK='/24'</p>
|
|
|
|
- </li>
|
|
|
|
- <li>Press CTRL+O, Enter, CTRL+X to write the changes</li>
|
|
|
|
- <li>Continue with the following command
|
|
|
|
- <div class="codeBlock"># run the install script<br />
|
|
|
|
- sh RPiOS64autoinstall.sh</div>
|
|
|
|
- </li>
|
|
|
|
- <li>Enter and confirm a root password</li>
|
|
|
|
|
|
+ <li>Answer the prompts to set a hostname, configure the network and set the root password</li>
|
|
<li>Wait while the script installs dependencies</li>
|
|
<li>Wait while the script installs dependencies</li>
|
|
<li>The Raspberry Pi will reboot once the install script completes</li>
|
|
<li>The Raspberry Pi will reboot once the install script completes</li>
|
|
<li>Once to Pi boots back up, login with root and continue with the following command to finish incomplete installs and reboot once more
|
|
<li>Once to Pi boots back up, login with root and continue with the following command to finish incomplete installs and reboot once more
|