fix: libgmp → gmp (správný název brew formula)
This commit is contained in:
@@ -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..."
|
||||||
|
|||||||
Reference in New Issue
Block a user