fix install
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Philipp Lang 2023-07-25 13:28:36 +02:00
parent 91270ea289
commit 1eb1aa61e9
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ steps:
from_secret: github_private_key
commands:
- apt-get update > /dev/null
- apt-get install openssh-client
- apt-get install -y openssh-client
- mkdir $HOME/.ssh
- echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config