Created
May 9, 2022 02:49
-
-
Save ifsantos/e9893404b2c94ca51860517c57cfb382 to your computer and use it in GitHub Desktop.
Keep trying on update driver when it fails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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