Update installation procedure documentation #327

Closed
opened 2023-04-06 13:29:46 +02:00 by BigWalnutZ · 0 comments
BigWalnutZ commented 2023-04-06 13:29:46 +02:00 (Migrated from github.com)

Installed latest Raspberry Pi Imager v1.7.4 on OS X. Installed the 32 lite version. Running the sudo apt-get install git -y failed over and over. I tried running sudo apt-get install git -y --fix-missing as the terminal suggested, but that didn't resolve it either. Saying it couldn't find/download the files.

Describe the solution you'd like

Add to the documentation to ensure that the apt-get itself is updated. I found that running sudo apt-get update followed by sudo apt-get -s upgrade then allowed me to run the initial sudo apt-get install git -y successfully.

Describe alternatives you've considered

No response

Additional information

No response

### Is your feature request related to a problem? Please describe Installed latest Raspberry Pi Imager v1.7.4 on OS X. Installed the 32 lite version. Running the `sudo apt-get install git -y` failed over and over. I tried running `sudo apt-get install git -y --fix-missing` as the terminal suggested, but that didn't resolve it either. Saying it couldn't find/download the files. ### Describe the solution you'd like Add to the documentation to ensure that the `apt-get` itself is updated. I found that running `sudo apt-get update` followed by `sudo apt-get -s upgrade` then allowed me to run the initial `sudo apt-get install git -y` successfully. ### Describe alternatives you've considered _No response_ ### Additional information _No response_
Sign in to join this conversation.