1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

travis: some more fixes

This commit is contained in:
Grigory Smolkin 2021-06-17 21:40:46 +03:00
parent 88bea549d3
commit 365c959f58

View File

@ -3,7 +3,9 @@
#
# Copyright (c) 2019-2020, Postgres Professional
#
set -xe
sudo su -c 'mkdir /run/sshd'
sudo su -c 'apt-get update -y'
sudo su -c 'apt-get install openssh-client openssh-server -y'
/etc/init.d/ssh start