We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3965a1 commit 76dece2Copy full SHA for 76dece2
install-dev-dependencies.sh
@@ -22,7 +22,8 @@ elif type brew >/dev/null ; then
22
echo '/usr/local/bin not found in $PATH, please add it.'
23
fi
24
elif type dnf >/dev/null ; then
25
- sudo dnf install libxml2-devel python-devel libxslt-devel
+ sudo dnf install firefox gcc git libcurl-devel libxml2-devel libxslt-devel \
26
+ python-devel redhat-rpm-config xorg-x11-server-Xvfb
27
28
29
# Get the addon SDK submodule and rule checker
0 commit comments