Fix gnome-keyring bug and find fastest mirrors with reflector

This commit is contained in:
2025-08-05 21:04:03 +01:00
parent 549aa12b46
commit 8d3d4a2eb7
2 changed files with 8 additions and 1 deletions

View File

@@ -37,3 +37,7 @@ 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}"