Skip to content

Commit 000bcda

Browse files
authored
Merge pull request #1206 from plemarquand/zip-dep
Add zip as a dependency on Linux distributions
2 parents a7ebcf8 + 129ce71 commit 000bcda

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

_includes/linux/amazonlinux2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
gcc \
55
git \
66
glibc-static \
7+
zip \
78
gzip \
89
libbsd \
910
libcurl \

_includes/linux/fedora39.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
libxml2-devel \
1111
python3-devel \
1212
sqlite-devel \
13+
zip \
1314
unzip
1415
{% endhighlight %}

_includes/linux/ubuntu2204.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
pkg-config \
1616
python3-lldb-13 \
1717
tzdata \
18+
zip \
1819
unzip \
1920
zlib1g-dev
2021
{% endhighlight %}

_includes/linux/ubuntu2310.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
pkg-config \
1616
python3-lldb-13 \
1717
tzdata \
18+
zip \
1819
unzip \
1920
zlib1g-dev
2021
{% endhighlight %}

_includes/linux/ubuntu2404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
libz3-dev \
1616
pkg-config \
1717
tzdata \
18+
zip \
1819
unzip \
1920
zlib1g-dev
2021
{% endhighlight %}

0 commit comments

Comments
 (0)