remove fontconfig
This commit is contained in:
+1
-1
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user