From 5344885176bff675c20c6f6580dfffce01773666 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 13:10:29 +0200 Subject: [PATCH] Its enough that its included in the Omarchy TUI --- install/apps/webapps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/apps/webapps.sh b/install/apps/webapps.sh index 6f5c444..8059419 100644 --- a/install/apps/webapps.sh +++ b/install/apps/webapps.sh @@ -12,5 +12,4 @@ if [ -z "$OMARCHY_BARE" ]; then web2app "YouTube" https://youtube.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/youtube.png web2app "GitHub" https://github.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/github-light.png web2app "X" https://x.com/ https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/x-light.png - web2app "Omarchy Manual" https://manuals.omamix.org/2/the-omarchy-manual https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/arch-linux.png fi