rpi-update icon indicating copy to clipboard operation
rpi-update copied to clipboard

say yes to rpi-update

Open tennisparty opened this issue 3 years ago • 2 comments

When issuing 'rpi-update' I get the following message

##############################################################
Would you like to proceed? (y/N)

Is there a way to skip this?

I have seen this thread hexxeh-issue-232 you can run sudo SKIP_WARNING=1 rpi-update but not sure if it applies still since the code has moved to the raspberry pi repository and the install now uses apt-get

Thanks for your help, Sam

tennisparty avatar Oct 26 '22 16:10 tennisparty

SKIP_WARNING is still in the code (you can check yourself in the repo).

You can also skip like this: echo y | rpi-update

alexdelprete avatar Nov 02 '22 11:11 alexdelprete

Thankyou, that's really useful

tennisparty avatar Nov 02 '22 14:11 tennisparty