Add message for completed NVIDIA uninstallation

Add confirmation message after NVIDIA uninstallation steps.
This commit is contained in:
MacRimi
2026-04-18 09:05:18 +02:00
committed by GitHub
parent 9220dfb7a3
commit 813798ec2b

View File

@@ -529,7 +529,7 @@ complete_nvidia_uninstall() {
nvidia-uninstall --silent >>"$LOG_FILE" 2>&1 || true
msg_ok "$(translate 'NVIDIA uninstaller completed.')"
fi
msg_ok "$(translate 'NVIDIA uninstallation steps completed.')" | tee -a "$screen_capture"
cleanup_nvidia_dkms
msg_info "$(translate 'Removing NVIDIA packages...')"
@@ -1336,4 +1336,4 @@ main() {
if [[ "${BASH_SOURCE[0]}" == "$0" ]]; then
main
fi
fi