From 2c1f48f189aea0663cc977c6a148e60c0ddc7cde Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 15:40:16 -0600 Subject: [PATCH] apt update --- drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 1349958..feb32f9 100644 --- a/drone.yml +++ b/drone.yml @@ -5,7 +5,8 @@ steps: - name: build_client image: node commands: - - "apt-get install tree" + - "apt update" + - "apt install tree" - "tree" - "cd Server/src" - "ls"