1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Library code for repository encryption support.

This commit is contained in:
David Steele
2017-11-03 13:57:58 -04:00
parent ac542788da
commit 8d6a08a32b
29 changed files with 1285 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date
apt-get install -y devscripts build-essential lintian git txt2man debhelper
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install AWS CLI' && date