Fix spinner stop call and add newline at end of file

This commit is contained in:
MacRimi
2026-04-18 09:14:30 +02:00
committed by GitHub
parent efa111e2dd
commit a7a010d660

View File

@@ -428,6 +428,7 @@ EOF
# Attempt to unload nouveau if currently loaded
if lsmod | grep -q "^nouveau "; then
stop_spinner
msg_info "$(translate 'Nouveau module is loaded, attempting to unload...')"
modprobe -r nouveau 2>/dev/null || true
@@ -550,6 +551,7 @@ complete_nvidia_uninstall() {
update_component_status "nvidia_driver" "removed" "" "gpu" '{}'
msg_ok "$(translate 'Complete NVIDIA uninstallation finished.')" | tee -a "$screen_capture"
stop_spinner
}
cleanup_nvidia_dkms() {