File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
-
3
- # Workaround missing libmpdec-dev on ubuntu 24.04:
4
- # https://launchpad.net/~ondrej/+archive/ubuntu/php
5
- # https://deb.sury.org/
6
- sudo add-apt-repository ppa:ondrej/php
7
-
8
2
apt-get update
9
3
10
4
apt-get -yq install \
@@ -19,7 +13,6 @@ apt-get -yq install \
19
13
libgdbm-dev \
20
14
libgdbm-compat-dev \
21
15
liblzma-dev \
22
- libmpdec-dev \
23
16
libncurses5-dev \
24
17
libreadline6-dev \
25
18
libsqlite3-dev \
@@ -32,3 +25,10 @@ apt-get -yq install \
32
25
uuid-dev \
33
26
xvfb \
34
27
zlib1g-dev
28
+
29
+ # Workaround missing libmpdec-dev on ubuntu 24.04:
30
+ # https://launchpad.net/~ondrej/+archive/ubuntu/php
31
+ # https://deb.sury.org/
32
+ sudo add-apt-repository ppa:ondrej/php
33
+ apt-get update
34
+ apt-get -yq install libmpdec-dev
You can’t perform that action at this time.
0 commit comments