Skip to content

Instantly share code, notes, and snippets.

@ifsantos
Created May 9, 2022 02:49
Show Gist options
  • Save ifsantos/e9893404b2c94ca51860517c57cfb382 to your computer and use it in GitHub Desktop.
Save ifsantos/e9893404b2c94ca51860517c57cfb382 to your computer and use it in GitHub Desktop.
Keep trying on update driver when it fails
nvidia-driver-update 510.60.02
while [ $? -ne 0 ]; do
sleep 5
nvidia-driver-update 510.60.02
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment