remove fontconfig

This commit is contained in:
2026-05-01 15:03:32 +01:00
parent aec32d135b
commit 5e3cb44e97
+1 -1
View File
@@ -33,7 +33,7 @@ echo -e "Selected hex color: $PRIMARY_COLOR\n"
# --- 1. Update and install dependencies --- # --- 1. Update and install dependencies ---
echo -n "📦 Checking and installing dependencies... " echo -n "📦 Checking and installing dependencies... "
if sudo apt install -y git curl fontconfig lsd micro zoxide fzf > /dev/null 2>&1; then if sudo apt install -y git curl lsd micro zoxide fzf > /dev/null 2>&1; then
echo "Done." echo "Done."
else else
echo "Failed! Check your internet connection." echo "Failed! Check your internet connection."