From 762a37e4354c5d2af85f8b32d80d7cd4ff68e746 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Sep 2021 01:27:06 +0200 Subject: [PATCH] =?UTF-8?q?lol=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fe5b1e3..7624b66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ pipeline: image: debian pull: true commands: - - apt update && apt install -y build-essential fakeroot devscripts + - apt update && apt install -y build-essential fakeroot devscripts wget - make package - ls -la when: