Skip to content

Commit

Permalink
Fix Fedora test prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil committed Nov 1, 2024
1 parent 6a9645e commit 2a182f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/install_prerequisites_fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ yum install -y \
sudo \
expect \
which \
python3 \
procps \
gcc \
libxml2-devel \
openssl-devel \
libcurl-devel \
python3-devel \
python3-pip \
python3.11-devel \
nc \
squid \
jq
ln -sf /usr/bin/python3.11 /usr/bin/python3
sudo squid -k shutdown || true
sudo rm -v /dev/shm/squid*.shm >/dev/null 2>&1 || true

0 comments on commit 2a182f1

Please sign in to comment.