rpi-update
rpi-update copied to clipboard
say yes to rpi-update
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
SKIP_WARNING is still in the code (you can check yourself in the repo).
You can also skip like this: echo y | rpi-update
Thankyou, that's really useful