You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Update URL for Docker install.
As usual the old URL started providing a broken version of Docker rather than producing a clear error message. This happens once a year or so.
This commit is contained in:
Vendored
+1
-1
@@ -85,7 +85,7 @@ Vagrant.configure(2) do |config|
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
echo 'Install Docker' && date
|
||||
curl -fsSL test.docker.com | sh
|
||||
curl -fsSL https://get.docker.com | sh
|
||||
sudo usermod -aG docker vagrant
|
||||
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user