From cef46c8b1e5a4a4c5471543070c0aa24cb2e8309 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Fri, 8 Aug 2025 18:22:02 +0100 Subject: [PATCH] Remove broken symlinks search from updates --- scripts/update | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/update b/scripts/update index 4948606a..0333f3c9 100755 --- a/scripts/update +++ b/scripts/update @@ -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}" \ No newline at end of file