fix: libgmp → gmp (správný název brew formula)

This commit is contained in:
2026-02-24 20:36:50 +01:00
parent d02e63978b
commit d222d07c03

View File

@@ -19,7 +19,7 @@ fi
# --- [1/7] Prerekvizity --- # --- [1/7] Prerekvizity ---
echo -e "${GREEN}[1/7] Prerekvizity...${NC}" echo -e "${GREEN}[1/7] Prerekvizity...${NC}"
PACKAGES=(autoconf libgmp texinfo pkg-config gnutls libxml2 jansson tree-sitter librsvg imagemagick) PACKAGES=(autoconf gmp texinfo pkg-config gnutls libxml2 jansson tree-sitter librsvg imagemagick)
for pkg in "${PACKAGES[@]}"; do for pkg in "${PACKAGES[@]}"; do
if ! brew list "$pkg" &>/dev/null; then if ! brew list "$pkg" &>/dev/null; then
echo " Instaluji $pkg..." echo " Instaluji $pkg..."