From e92d77238acd443f315e9da3b52be7094e8a8837 Mon Sep 17 00:00:00 2001 From: Martijn de Boer Date: Sat, 29 Oct 2022 13:46:53 +0200 Subject: [PATCH] drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f44827b..0ef0a18 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,8 @@ steps: - name: build image: bash commands: - - apt update - - apt -y install curl zip unzip + - apt-get update + - apt-get -y install curl zip unzip - curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash - love-export -D - ls