fix: libgmp → gmp (správný název brew formula)
This commit is contained in:
@@ -19,7 +19,7 @@ fi
|
||||
|
||||
# --- [1/7] Prerekvizity ---
|
||||
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
|
||||
if ! brew list "$pkg" &>/dev/null; then
|
||||
echo " Instaluji $pkg..."
|
||||
|
||||
Reference in New Issue
Block a user