Update installation procedure documentation #327
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 -yfailed over and over. I tried runningsudo apt-get install git -y --fix-missingas 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-getitself is updated. I found that runningsudo apt-get updatefollowed bysudo apt-get -s upgradethen allowed me to run the initialsudo apt-get install git -ysuccessfully.Describe alternatives you've considered
No response
Additional information
No response