Remove broken symlinks search from updates

This commit is contained in:
2025-08-08 18:22:02 +01:00
parent 7f3458fe73
commit cef46c8b1e

View File

@@ -41,7 +41,3 @@ if command -v flatpak >/dev/null 2>&1; then
flatpak uninstall --unused --delete-data
printf "%b" "${NC}"
fi
printf "%b\n" "${YELLOW}[+]${NC} Searching for broken symlinks..."
sudo find / -type d \( -path "/dev" -o -path "/proc" -o -path "/run" -o -path "/sys" \) -prune -o -xtype l -print
printf "%b" "${NC}"