-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is perhaps due to the network not coming up fast enough for the subsequent apt update to succeed.
Workaround
- SSH into the pi. If you don't know how, you need to open the command prompt (windows key + r, then type "cmd", then hit enter) then type:
ssh-keygen -f '.ssh/known_hosts' -R 'ampi.local'
ssh -oStrictHostKeyChecking=no [email protected]
(The first command isn't crucial - it deletes information for any another Pi that you've tried
to connect to.)
- if it asks you if you want to trust the host, type in "Yes" then hit enter.
- it will ask you for a password, that's going to be the usual one.
Then, run the following code on the PI:
sudo apt update
sudo apt install sqlite3
sudo reboot
Metadata
Metadata
Assignees
Labels
No labels