From e54b7d1f60cfdc0fef1469814adecfd4bdfde988 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 26 Sep 2022 20:44:33 +0100 Subject: [PATCH] auto yes --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 824a5fe..fae9656 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,4 @@ steps: - name: greeting image: ubuntu commands: - - apt update && apt install ssh + - apt update && apt-get -y install ssh