mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-02-19 19:44:38 +02:00
Remove unused Perl library missed in f0ef73db.
This commit is contained in:
parent
620386f034
commit
3394a50170
@ -11,7 +11,7 @@ This example is based on Ubuntu 19.04, but it should work on many versions of De
|
||||
pgbackrest-dev => Install development tools
|
||||
```
|
||||
sudo apt-get install rsync git devscripts build-essential valgrind autoconf \
|
||||
libssl-dev zlib1g-dev libperl-dev libxml2-dev libpq-dev libxml-checker-perl \
|
||||
libssl-dev zlib1g-dev libxml2-dev libpq-dev libxml-checker-perl \
|
||||
libyaml-libyaml-perl libdbd-pg-perl
|
||||
```
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
<execute user="root" pre="y">
|
||||
<exe-cmd>
|
||||
apt-get install rsync git devscripts build-essential valgrind autoconf
|
||||
libssl-dev zlib1g-dev libperl-dev libxml2-dev libpq-dev libxml-checker-perl
|
||||
libssl-dev zlib1g-dev libxml2-dev libpq-dev libxml-checker-perl
|
||||
libyaml-libyaml-perl libdbd-pg-perl
|
||||
</exe-cmd>
|
||||
<exe-cmd-extra>-y 2>&1</exe-cmd-extra>
|
||||
|
Loading…
x
Reference in New Issue
Block a user