Skip to content

Commit

Permalink
Update OpenSUSE reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
egibs committed May 4, 2024
1 parent 57fe507 commit 40626f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ yara-reqs:
sudo pacman -Syu --noconfirm autoconf automake bison flex gcc libtool make openssl pkgconf; \
sudo mkdir -p /etc/ld.so.conf.d; \
echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/local.conf; \
elif [ "$(LINT_DISTRO)" = "opensuse" ] || [ "$(LINT_DISTRO)" = "opensuse-leap" ]; then \
sudo zypper refresh && sudo zypper install -y autoconf automake bison flex gcc libopenssl-devel libtool make pkg-config; \
elif [ "$(LINT_DISTRO)" = "opensuse-leap" ] || [ "$(LINT_DISTRO)" = "opensuse-tumbleweed" ]; then \
sudo zypper refresh && sudo zypper install -y autoconf automake awk bison flex gcc gzip libopenssl-devel libtool make pkg-config; \
sudo mkdir -p /etc/ld.so.conf.d; \
echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/local.conf; \
else \
echo "Unsupported Linux distribution: $(LINT_DISTRO)"; \
fi; \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ This has been tested on the following Platforms:
- Kali
- macOS
- OpenSUSE
- Leap
- Tumbleweed
- Rocky
- Wolfi

Expand Down

0 comments on commit 40626f8

Please sign in to comment.