π―
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
| #!/bin/bash | |
| echo "=== SAFE CUDA/NVIDIA CLEANUP ===" | |
| echo "This script will only remove CUDA and NVIDIA-related packages" | |
| echo "System packages like NetworkManager, desktop environments, and icons will be preserved" | |
| echo "" | |
| # Function to safely remove packages with pattern matching | |
| safe_remove_packages() { | |
| local pattern=$1 | |
| local description=$2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.