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 11#! /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-
82apt-get update
93
104apt-get -yq install \
@@ -19,7 +13,6 @@ apt-get -yq install \
1913 libgdbm-dev \
2014 libgdbm-compat-dev \
2115 liblzma-dev \
22- libmpdec-dev \
2316 libncurses5-dev \
2417 libreadline6-dev \
2518 libsqlite3-dev \
@@ -32,3 +25,10 @@ apt-get -yq install \
3225 uuid-dev \
3326 xvfb \
3427 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